ProjectsAgentsModelFactory.ToolboxSearchPreviewTool(String, String) 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.
A tool for searching over the agent's toolbox.
When present, deferred tools are hidden from tools/list and only
discoverable via search_tools queries at runtime.
public static Azure.AI.Projects.Agents.ToolboxSearchPreviewTool ToolboxSearchPreviewTool(string name = default, string description = default);
static member ToolboxSearchPreviewTool : string * string -> Azure.AI.Projects.Agents.ToolboxSearchPreviewTool
Public Shared Function ToolboxSearchPreviewTool (Optional name As String = Nothing, Optional description As String = Nothing) As ToolboxSearchPreviewTool
Parameters
- name
- String
Optional user-defined name for this tool or configuration.
- description
- String
Optional user-defined description for this tool or configuration.
Returns
A new ToolboxSearchPreviewTool instance for mocking.