1.1.0b4 (2025-07-11)
Features Added
- Added support for MCP tool. For more information, see https://aka.ms/FoundryAgentMCPDoc.
- New tool_resources parameter added to runs.create method. This parameter represents overridden enabled tool resources that the agent should use to run
the thread. Default value is None.
Bugs Fixed
_AgentsClientOperationsMixin
now it is private.
Sample updates
- Added a sample showing usage of MCP tool,
sample_agents_mcp.py
. - 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
.