comment update in tools.py

This commit is contained in:
David Westgate 2024-04-25 22:15:25 -07:00
parent 4db069026e
commit 36f74f707a

View File

@ -10,8 +10,8 @@ from hw1.app import get_rag_chain
""" """
Tools to be run by my custom agent. Tools to be run by my custom agent.
So far, these are the same tooling provided by the example in https://github.com/wu4f/cs410g-src/blob/main/04_Agents/07_tools_custom_agent.py, These are the same tooling provided by the example in https://github.com/wu4f/cs410g-src/blob/main/04_Agents/07_tools_custom_agent.py,
But I will be updating this to build my own tooling with the addition of my Kerbal Space Program RAG Application tool
""" """
class LookupNameInput(BaseModel): class LookupNameInput(BaseModel):