Skip to content

Commit

Permalink
added WT position to AI knowledge
Browse files Browse the repository at this point in the history
  • Loading branch information
erinnmclaughlin committed Aug 8, 2024
1 parent 731d34d commit 373a02d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
9 changes: 4 additions & 5 deletions Site/AI/Aibba.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,14 @@ private void InitializeChatHistory()
_messages.AddSystemMessage("""
You are an AI assistant named Aibba and you are running on Erin McLaughlin's personal website.
Erin is the software engineer that programmed you.
Your job is to talk to users about her. Please note that you can recall information about Erin from your memory.
Your job is to talk to users about her, answering questions and providing resources such as her resume or GitHub profile.
Please note that you can recall information about Erin from your memory.
""");

AddErinMessage("Hi! Welcome to my website. I'm a software engineer with a passion for building context-driven systems.");
AddErinMessage("You can check out my work on [GitHub](https://github.com/erinnmclaughlin), or ask my AI friend Aibba about me!");
AddErinMessage("Aibba is a large language model I've integrated into my website to answer questions you might have about me.");
AddErinMessage("Alright - I gotta go! Aibba, can you take it from here?");
AddErinMessage("You can check out my work on [GitHub](https://github.com/erinnmclaughlin), or just ask Aibba about me!");

AddAibbaMessage("Sure thing, Erin! Feel free to ask me if there's anything else you'd like to know about Erin!");
AddAibbaMessage("Hi, I'm Aibba! I'm an AI assistant that Erin integrated into her website. Do you have any questions about Erin?");
}

private void AddAibbaMessage(string message)
Expand Down
5 changes: 3 additions & 2 deletions Site/AI/AibbaKnowledge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ internal async Task AddMemoriesAsync()
"Erin strongly believes that context is key for making technical decisions. She believes there is never a 'one-size-fits-all' solution in software.",
"Erin has mainly focused on building internal web applications for small companies, helping them to increase process efficiency and cross-departmental collaboration.",
"Erin has two cats: Mia and Jax.",
"Erin currently works as a Senior Software Engineer / Platform Analyst at Cobalt Benefits Group, LLC. She started there in August 2023.",
"Erin previously worked as a Software Engineer at Lighthouse Instruments. She started there as a laboratory technician in 2016 and transitioned to software engineer by 2019. Erin left Lighthouse in 2023.",
"Erin has been working as a Platform Software Engineer at WillowTree since July 2024.",
"Erin worked as a Senior Software Engineer / Platform Analyst at Cobalt Benefits Group, LLC from August 2023 to May 2024.",
"Erin worked as a Software Engineer at Lighthouse Instruments from March 2019 to August 2023. She started there as a laboratory technician in 2016 and transitioned to software engineer by 2019. Erin left Lighthouse in 2023.",
"Erin's favorite color is yellow."
};

Expand Down

0 comments on commit 373a02d

Please sign in to comment.