emjay07 commited on
Commit
31abf01
·
1 Parent(s): 65f8bda

updating how KBs are specified

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ def build_agent(session_id: str, message: str, kbs:str) -> Agent:
165
 
166
  query_client = StructureRunTool(
167
  name="QueryResumeSearcher",
168
- description=f"""Use it to search for a candidate with the query. Add this exactly without any additional formatting as args[2]:{kbs}. Do not add any other arguments.""",
169
  driver=GriptapeCloudStructureRunDriver(
170
  structure_id=os.getenv("GT_STRUCTURE_ID"),
171
  api_key=os.getenv("GT_CLOUD_API_KEY"),
 
165
 
166
  query_client = StructureRunTool(
167
  name="QueryResumeSearcher",
168
+ description=f"""Use it to search for a candidate with the query. Add each item in this list as separate arguments:{kbs}. Do not add any other arguments.""",
169
  driver=GriptapeCloudStructureRunDriver(
170
  structure_id=os.getenv("GT_STRUCTURE_ID"),
171
  api_key=os.getenv("GT_CLOUD_API_KEY"),