We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b3b8e commit 8c3d70eCopy full SHA for 8c3d70e
src/python/workshop/main.py
@@ -57,7 +57,7 @@ async def add_agent_tools():
57
# Add the tents data sheet to a new vector data store
58
# vector_store = await utilities.create_vector_store(
59
# agents_client,
60
- # files=[TENTS_DATA_SHEET_FILE],
+ # files=[Config.TENTS_DATA_SHEET_FILE],
61
# vector_store_name="Contoso Product Information Vector Store",
62
# )
63
# file_search_tool = FileSearchTool(vector_store_ids=[vector_store.id])
0 commit comments