ResponseContextExtensions.NewComputerCallOutputItemId(ResponseContext) Method

Definition

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

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

Parameters

context
ResponseContext

The response context.

Returns

A computer call output item ID in the format cuo_{partitionKey}{entropy}.

Applies to