From 36f74f707acbe52b6d6ac4eec1a54eede985d169 Mon Sep 17 00:00:00 2001 From: David Westgate Date: Thu, 25 Apr 2024 22:15:25 -0700 Subject: [PATCH] comment update in tools.py --- hw2/tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):