Skip to content

Commit 27f7800

Browse files
authored
Add Connected Agent Step and tool call classes. (#51733)
* Add Connected Agent Step and tool call classes. * Regenerate code * Generate code from main.
1 parent 80c7061 commit 27f7800

40 files changed

+2364
-48
lines changed

sdk/ai/Azure.AI.Agents.Persistent/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
### Bugs Fixed
1212

1313
- Fixed the deserialization issue, when agent service returns the customized lists of trusted and requiring authentication MCP tools.
14+
- Added classes for deserialization of `RunStepDeltaAzureAISearchToolCall`, `RunStepDeltaOpenAPIToolCall` and `RunStepDeltaDeepResearchToolCall`, required to get the real time updates when Azure AI Search, OpenAPI or Deep Research tools are being used during streaming scenarios.
15+
- Added `RunStepConnectedAgentToolCall` and `RunStepDeltaConnectedAgentToolCall` for deserializing Connected Agent tool updates in non-streaming and streaming scenarios.
1416

1517
### Other Changes
1618

sdk/ai/Azure.AI.Agents.Persistent/api/Azure.AI.Agents.Persistent.net8.0.cs

Lines changed: 114 additions & 0 deletions
Large diffs are not rendered by default.

sdk/ai/Azure.AI.Agents.Persistent/api/Azure.AI.Agents.Persistent.netstandard2.0.cs

Lines changed: 114 additions & 0 deletions
Large diffs are not rendered by default.

sdk/ai/Azure.AI.Agents.Persistent/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/ai/Azure.AI.Agents.Persistent",
5-
"Tag": "net/ai/Azure.AI.Agents.Persistent_d749498f8a"
5+
"Tag": "net/ai/Azure.AI.Agents.Persistent_e88fa3b05d"
66
}

sdk/ai/Azure.AI.Agents.Persistent/src/Generated/BrowserAutomationToolCallDetails.Serialization.cs

Lines changed: 168 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/ai/Azure.AI.Agents.Persistent/src/Generated/BrowserAutomationToolCallDetails.cs

Lines changed: 90 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)