Skip to content

Commit 8c3d70e

Browse files
authored
Update main.py
1 parent b9b3b8e commit 8c3d70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/workshop/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async def add_agent_tools():
5757
# Add the tents data sheet to a new vector data store
5858
# vector_store = await utilities.create_vector_store(
5959
# agents_client,
60-
# files=[TENTS_DATA_SHEET_FILE],
60+
# files=[Config.TENTS_DATA_SHEET_FILE],
6161
# vector_store_name="Contoso Product Information Vector Store",
6262
# )
6363
# file_search_tool = FileSearchTool(vector_store_ids=[vector_store.id])

0 commit comments

Comments
 (0)