ResponseContextExtensions.NewApplyPatchCallItemId(ResponseContext) Method

Definition

Generates a new apply-patch call item ID sharing the response's partition key.

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

Parameters

context
ResponseContext

The response context.

Returns

An apply-patch call item ID in the format ap_{partitionKey}{entropy}.

Applies to