diff --git a/hw2/tools.py b/hw2/tools.py index f401f66..6269e67 100644 --- a/hw2/tools.py +++ b/hw2/tools.py @@ -10,8 +10,8 @@ from hw1.app import get_rag_chain """ 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, -But I will be updating this to build my own tooling +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, +with the addition of my Kerbal Space Program RAG Application tool """ class LookupNameInput(BaseModel):