ResponseContextExtensions.NewFileSearchCallItemId(ResponseContext) Method

Definition

Generates a new file search call item ID sharing the response's partition key.

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

Parameters

context
ResponseContext

The response context.

Returns

A file search call item ID in the format fs_{partitionKey}{entropy}.

Applies to