Compartir a través de


PersistentAgentsModelFactory.RunStepFileSearchToolCall Method

Definition

Initializes a new instance of RunStepFileSearchToolCall.

public static Azure.AI.Agents.Persistent.RunStepFileSearchToolCall RunStepFileSearchToolCall(string id = default, Azure.AI.Agents.Persistent.RunStepFileSearchToolCallResults fileSearch = default);
static member RunStepFileSearchToolCall : string * Azure.AI.Agents.Persistent.RunStepFileSearchToolCallResults -> Azure.AI.Agents.Persistent.RunStepFileSearchToolCall
Public Shared Function RunStepFileSearchToolCall (Optional id As String = Nothing, Optional fileSearch As RunStepFileSearchToolCallResults = Nothing) As RunStepFileSearchToolCall

Parameters

id
String

The ID of the tool call. This ID must be referenced when you submit tool outputs.

fileSearch
RunStepFileSearchToolCallResults

For now, this is always going to be an empty object.

Returns

A new RunStepFileSearchToolCall instance for mocking.

Applies to