comment update in tools.py
This commit is contained in:
parent
4db069026e
commit
36f74f707a
@ -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):
|
||||
|
Reference in New Issue
Block a user