ProjectsAgentsModelFactory.ToolSearchTool Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.