ResponseContextExtensions.NewComputerCallItemId(ResponseContext) Method

Definition

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

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

Parameters

context
ResponseContext

The response context.

Returns

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

Applies to