ResponseContextExtensions.NewFunctionShellCallOutputItemId Method

Definition

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

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

Parameters

context
ResponseContext

The response context.

Returns

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

Applies to