ProjectsAgentsModelFactory.ToolSearchTool Method

Definition

Tool search tool.

public static Azure.AI.Projects.Agents.ToolSearchTool ToolSearchTool(OpenAI.ToolSearchExecutionType? execution = default, string description = default, OpenAI.EmptyModelParam parameters = default);
static member ToolSearchTool : Nullable<OpenAI.ToolSearchExecutionType> * string * OpenAI.EmptyModelParam -> Azure.AI.Projects.Agents.ToolSearchTool
Public Shared Function ToolSearchTool (Optional execution As Nullable(Of ToolSearchExecutionType) = Nothing, Optional description As String = Nothing, Optional parameters As EmptyModelParam = Nothing) As ToolSearchTool

Parameters

execution
Nullable<ToolSearchExecutionType>

Whether tool search is executed by the server or by the client.

description
String
parameters
EmptyModelParam

Returns

A new ToolSearchTool instance for mocking.

Applies to