Skip to content

Commit 6802739

Browse files
authored
add link to doc for ai search tests (#44371)
1 parent c3fea77 commit 6802739

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

sdk/ai/azure-ai-projects/tests/agents/tools/test_agent_ai_search.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
AzureAISearchQueryType,
1717
)
1818

19+
# The tests in this file rely on an existing Azure AI Search project connection that has been populated with the following document:
20+
# https://arxiv.org/pdf/2508.03680
1921

2022
class TestAgentAISearch(TestBase):
2123

sdk/ai/azure-ai-projects/tests/agents/tools/test_agent_ai_search_async.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
AzureAISearchQueryType,
1818
)
1919

20+
# The tests in this file rely on an existing Azure AI Search project connection that has been populated with the following document:
21+
# https://arxiv.org/pdf/2508.03680
2022

2123
class TestAgentAISearchAsync(TestBase):
2224

0 commit comments

Comments
 (0)