mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Create/Get Agent API - fixes and example improvements (#3246)
This commit is contained in:
@@ -358,6 +358,7 @@ class AzureAIProjectAgentProvider(Generic[TOptions_co]):
|
||||
agent_name=details.name,
|
||||
agent_version=details.version,
|
||||
agent_description=details.description,
|
||||
model_deployment_name=details.definition.model,
|
||||
)
|
||||
|
||||
# Merge tools: hosted tools from definition + user-provided function tools
|
||||
|
||||
@@ -501,6 +501,7 @@ def create_text_format_config(
|
||||
return ResponseTextFormatConfigurationJsonSchema(
|
||||
name=response_format.__name__,
|
||||
schema=schema,
|
||||
strict=True,
|
||||
)
|
||||
|
||||
if isinstance(response_format, Mapping):
|
||||
|
||||
Reference in New Issue
Block a user