ResponseContextExtensions.NewFunctionShellCallItemId(ResponseContext) Method

Definition

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

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

Parameters

context
ResponseContext

The response context.

Returns

A function shell call item ID in the format lsh_{partitionKey}{entropy}.

Applies to