Skip to content

Commit 2de3438

Browse files
committed
emit agent optimizations
1 parent 4a9a550 commit 2de3438

102 files changed

Lines changed: 17130 additions & 483 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sdk/ai/azure-ai-agents/src/main/java/com/azure/ai/agents/AgentSessionFilesAsyncClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public final class AgentSessionFilesAsyncClient {
5050
* <tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr>
5151
* <tr><td>Foundry-Features</td><td>String</td><td>No</td><td>A feature flag opt-in required when using preview
5252
* operations or modifying persisted preview resources. Allowed values: "HostedAgents=V1Preview",
53-
* "WorkflowAgents=V1Preview", "ContainerAgents=V1Preview", "AgentEndpoints=V1Preview", "CodeAgents=V1Preview",
53+
* "WorkflowAgents=V1Preview", "AgentEndpoints=V1Preview", "CodeAgents=V1Preview",
5454
* "ExternalAgents=V1Preview".</td></tr>
5555
* <tr><td>x-ms-user-isolation-key</td><td>String</td><td>No</td><td>Opaque per-user isolation key used to scope
5656
* endpoint-scoped data (responses, conversations, sessions) to a specific end user.</td></tr>
@@ -103,7 +103,7 @@ public Mono<Response<BinaryData>> uploadSessionFileWithResponse(String agentName
103103
* <tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr>
104104
* <tr><td>Foundry-Features</td><td>String</td><td>No</td><td>A feature flag opt-in required when using preview
105105
* operations or modifying persisted preview resources. Allowed values: "HostedAgents=V1Preview",
106-
* "WorkflowAgents=V1Preview", "ContainerAgents=V1Preview", "AgentEndpoints=V1Preview", "CodeAgents=V1Preview",
106+
* "WorkflowAgents=V1Preview", "AgentEndpoints=V1Preview", "CodeAgents=V1Preview",
107107
* "ExternalAgents=V1Preview".</td></tr>
108108
* <tr><td>x-ms-user-isolation-key</td><td>String</td><td>No</td><td>Opaque per-user isolation key used to scope
109109
* endpoint-scoped data (responses, conversations, sessions) to a specific end user.</td></tr>
@@ -151,7 +151,7 @@ public Mono<Response<BinaryData>> downloadSessionFileWithResponse(String agentNa
151151
* <tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr>
152152
* <tr><td>Foundry-Features</td><td>String</td><td>No</td><td>A feature flag opt-in required when using preview
153153
* operations or modifying persisted preview resources. Allowed values: "HostedAgents=V1Preview",
154-
* "WorkflowAgents=V1Preview", "ContainerAgents=V1Preview", "AgentEndpoints=V1Preview", "CodeAgents=V1Preview",
154+
* "WorkflowAgents=V1Preview", "AgentEndpoints=V1Preview", "CodeAgents=V1Preview",
155155
* "ExternalAgents=V1Preview".</td></tr>
156156
* <tr><td>x-ms-user-isolation-key</td><td>String</td><td>No</td><td>Opaque per-user isolation key used to scope
157157
* endpoint-scoped data (responses, conversations, sessions) to a specific end user.</td></tr>
@@ -366,7 +366,7 @@ public Mono<Void> deleteSessionFile(String agentName, String agentSessionId, Str
366366
* <tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr>
367367
* <tr><td>Foundry-Features</td><td>String</td><td>No</td><td>A feature flag opt-in required when using preview
368368
* operations or modifying persisted preview resources. Allowed values: "HostedAgents=V1Preview",
369-
* "WorkflowAgents=V1Preview", "ContainerAgents=V1Preview", "AgentEndpoints=V1Preview", "CodeAgents=V1Preview",
369+
* "WorkflowAgents=V1Preview", "AgentEndpoints=V1Preview", "CodeAgents=V1Preview",
370370
* "ExternalAgents=V1Preview".</td></tr>
371371
* <tr><td>x-ms-user-isolation-key</td><td>String</td><td>No</td><td>Opaque per-user isolation key used to scope
372372
* endpoint-scoped data (responses, conversations, sessions) to a specific end user.</td></tr>

sdk/ai/azure-ai-agents/src/main/java/com/azure/ai/agents/AgentSessionFilesClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public final class AgentSessionFilesClient {
4848
* <tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr>
4949
* <tr><td>Foundry-Features</td><td>String</td><td>No</td><td>A feature flag opt-in required when using preview
5050
* operations or modifying persisted preview resources. Allowed values: "HostedAgents=V1Preview",
51-
* "WorkflowAgents=V1Preview", "ContainerAgents=V1Preview", "AgentEndpoints=V1Preview", "CodeAgents=V1Preview",
51+
* "WorkflowAgents=V1Preview", "AgentEndpoints=V1Preview", "CodeAgents=V1Preview",
5252
* "ExternalAgents=V1Preview".</td></tr>
5353
* <tr><td>x-ms-user-isolation-key</td><td>String</td><td>No</td><td>Opaque per-user isolation key used to scope
5454
* endpoint-scoped data (responses, conversations, sessions) to a specific end user.</td></tr>
@@ -100,7 +100,7 @@ public Response<BinaryData> uploadSessionFileWithResponse(String agentName, Stri
100100
* <tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr>
101101
* <tr><td>Foundry-Features</td><td>String</td><td>No</td><td>A feature flag opt-in required when using preview
102102
* operations or modifying persisted preview resources. Allowed values: "HostedAgents=V1Preview",
103-
* "WorkflowAgents=V1Preview", "ContainerAgents=V1Preview", "AgentEndpoints=V1Preview", "CodeAgents=V1Preview",
103+
* "WorkflowAgents=V1Preview", "AgentEndpoints=V1Preview", "CodeAgents=V1Preview",
104104
* "ExternalAgents=V1Preview".</td></tr>
105105
* <tr><td>x-ms-user-isolation-key</td><td>String</td><td>No</td><td>Opaque per-user isolation key used to scope
106106
* endpoint-scoped data (responses, conversations, sessions) to a specific end user.</td></tr>
@@ -148,7 +148,7 @@ public Response<BinaryData> downloadSessionFileWithResponse(String agentName, St
148148
* <tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr>
149149
* <tr><td>Foundry-Features</td><td>String</td><td>No</td><td>A feature flag opt-in required when using preview
150150
* operations or modifying persisted preview resources. Allowed values: "HostedAgents=V1Preview",
151-
* "WorkflowAgents=V1Preview", "ContainerAgents=V1Preview", "AgentEndpoints=V1Preview", "CodeAgents=V1Preview",
151+
* "WorkflowAgents=V1Preview", "AgentEndpoints=V1Preview", "CodeAgents=V1Preview",
152152
* "ExternalAgents=V1Preview".</td></tr>
153153
* <tr><td>x-ms-user-isolation-key</td><td>String</td><td>No</td><td>Opaque per-user isolation key used to scope
154154
* endpoint-scoped data (responses, conversations, sessions) to a specific end user.</td></tr>
@@ -357,7 +357,7 @@ public void deleteSessionFile(String agentName, String agentSessionId, String pa
357357
* <tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr>
358358
* <tr><td>Foundry-Features</td><td>String</td><td>No</td><td>A feature flag opt-in required when using preview
359359
* operations or modifying persisted preview resources. Allowed values: "HostedAgents=V1Preview",
360-
* "WorkflowAgents=V1Preview", "ContainerAgents=V1Preview", "AgentEndpoints=V1Preview", "CodeAgents=V1Preview",
360+
* "WorkflowAgents=V1Preview", "AgentEndpoints=V1Preview", "CodeAgents=V1Preview",
361361
* "ExternalAgents=V1Preview".</td></tr>
362362
* <tr><td>x-ms-user-isolation-key</td><td>String</td><td>No</td><td>Opaque per-user isolation key used to scope
363363
* endpoint-scoped data (responses, conversations, sessions) to a specific end user.</td></tr>

0 commit comments

Comments
 (0)