We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AzureAIAgentSettings
1 parent 6efcc84 commit 318e092Copy full SHA for 318e092
python/semantic_kernel/agents/azure_ai/azure_ai_agent_settings.py
@@ -20,4 +20,8 @@ class AzureAIAgentSettings(KernelBaseSettings):
20
21
model_deployment_name: str
22
endpoint: str | None = None
23
+ agent_id: str | None = None
24
+ bing_connection_id: str | None = None
25
+ azure_ai_search_connection_id: str | None = None
26
+ azure_ai_search_index_name: str | None = None
27
api_version: str | None = None
0 commit comments