Azure AI Agent Service AI Search/Cognitive search Issue #39015
Labels
AI
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Docs
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
conn_list = project_client.connections.list()
conn_id = ""
for conn in conn_list:
if conn.connection_type == "CognitiveSearch":
conn_id = conn.id
break
print(conn_id)
Connection Type looks like it is changed to ConnectionType.AZURE_AI_SEARCH
Actually this sample is throwing error "Message: Invalid tool value(s): azure_ai_search"
Can the sample be updated with right data
https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/agents/sample_agents_azure_ai_search.py
The text was updated successfully, but these errors were encountered: