Spaces:
Sleeping
Sleeping
updating how KBs are specified
Browse files
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
|
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"),
|