Skip to content

azure-ai-agents_1.2.0b3

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 22 Aug 22:40
153a6a0

1.2.0b3 (2025-08-22)

Features Added

  • Added delete operation for ThreadMessages.
  • Add RunStepDetailsActivity, describing MCP function parameters.
  • Add RunStepDeltaCustomBingGroundingToolCall, describing BingCustomSearchTool updates in streaming scenario.
  • Add RunStepDeltaMicrosoftFabricToolCall, describing FabricTool updates in streaming scenario.
  • Add RunStepDeltaSharepointToolCall, describing SharepointTool updates in streaming scenario.
  • Improve code interpreter tool to take the list of VectorStoreDataSource as an input for enterprise file search.

Bugs Fixed

  • Fixed the issue when the create_and_process call hangs if MCP tool approval is required.

Sample updates

  • The file search samples were updated to demonstrate retrieving text associated with citations.
  • The SharePoint tool sample was updated to demonstrate retrieving text associated with citations and render references correctly.
  • Added samples for file search citation with streaming.
  • Bing Grounding and Bing Custom Search samples were fixed to correctly present references.