@@ -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