Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
azure-ai-agents_1.1.0 source code.tar.gz | 2025-08-05 | 129.5 MB | |
azure-ai-agents_1.1.0 source code.zip | 2025-08-05 | 185.0 MB | |
README.md | 2025-08-05 | 1.5 kB | |
Totals: 3 Items | 314.5 MB | 0 |
1.1.0 (2025-08-05)
Breaking Changes
- Version Lineage Change: This stable release is based on
1.0.2
and does not include the experimental features that were introduced in the beta versions1.1.0b1
through1.1.0b5
. This means that any beta-specific functionality you may have been using is not available in this stable release. - Migration Path: If you need to continue using the experimental features from the beta releases, please upgrade to
1.2.0b1
which continues the beta feature development line.
Bugs Fixed
AgentsResponseFormatOption
,MessageInputContent
,MessageAttachmentToolDefinition
,AgentsToolChoiceOption
are now public.- Fixed
update_agents
to execute with body as a keyword parameter. - New
tool_resources
parameter added toruns.create
andrun.stream
method. This parameter represents overridden enabled tool resources that the agent should use to run the thread. Default value is None.
Sample updates
- Added a sample showing auto function call for a synchronous client,
sample_agents_auto_function_call.py
- Added a sample showing auto function call for an asynchronous client,
sample_agents_auto_function_call_async.py
.
Bugs Fixed
_AgentsClientOperationsMixin
is now private.