ResponseContextExtensions.NewStructuredOutputItemId(ResponseContext) Method

Definition

Generates a new structured output item ID sharing the response's partition key.

public static string NewStructuredOutputItemId(this Azure.AI.AgentServer.Responses.ResponseContext context);
static member NewStructuredOutputItemId : Azure.AI.AgentServer.Responses.ResponseContext -> string
<Extension()>
Public Function NewStructuredOutputItemId (context As ResponseContext) As String

Parameters

context
ResponseContext

The response context.

Returns

A structured output item ID generated for the current response.

Applies to