ResponseContextExtensions.NewFunctionCallOutputItemId(ResponseContext) Method

Definition

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

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

Parameters

context
ResponseContext

The response context.

Returns

A function call output item ID in the format fco_{partitionKey}{entropy}.

Applies to