Conversation
…hon skills that I believe will be used by the agentic AI. More functions with python skills will most likely need to be added.
…ved the function to set the environment variables to its own file so I can call it when testing different parts of my project. For the actual core of sprint3 I set up the agent to be able to answer questions and output a response. I also set up tools that should be fully working, but I will have to do more checks to see if this is true. I now need to implement the speech portion of the project.
… the response. The data that the AI spits out is to be formatted like a json so its easy for me to format it my self with my own functions. Currently, I am having issues with connecting to both API's this might be an internet issue
… to a way that my format function can handle. I tried to add safeguards so it won't do anything strange but it doesnt always work. I now am working on the beginning of getting the speech to text working. It should work as long as the outputted text is compatable with the AI code I have made
… current instance with multiple key words, I was thinking of adding a way to input a list of words to break the connection with but its not needed at the moment. The runAIChat function allows you to talk to the ai and to end the chat and send the message you can use key words. All i need to do now is setup tests and maybe make everything a little easier to read and understand
…sk the ai about a reseveration made. that data the ai spits out is saved and sorted through to make sure the data matches what i asked for. After this the reservation is deleted. The test checks that there is a response as well just incase there is a mistake somewhere in the code. Final steps should be cleaning up code and getting it to pass the linter
… fix the issues i've been struggling with
…just because I deleted it earlier and forgot to put it back. Added a check for new test because I have a feeling its not deleting the the booking like it should. other than that sprint3 should be in working condition and completely done.
… fixes the problem in github because it works fine in pycharm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fully finished sprint 3. All new runnable file for using voice commands to talk to gemini and ask about booked meetings.