ResponseContextExtensions.NewWorkflowActionItemId(ResponseContext) Method

Definition

Generates a new workflow action item ID sharing the response's partition key.

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

Parameters

context
ResponseContext

The response context.

Returns

A workflow action item ID in the format wfa_{partitionKey}{entropy}.

Applies to