ResponsesToolboxSearchPreviewTool Class
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 class ResponsesToolboxSearchPreviewTool : Azure.AI.Extensions.OpenAI.ResponsesTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ResponsesToolboxSearchPreviewTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ResponsesToolboxSearchPreviewTool>
type ResponsesToolboxSearchPreviewTool = class
inherit ResponsesTool
interface IJsonModel<ResponsesToolboxSearchPreviewTool>
interface IPersistableModel<ResponsesToolboxSearchPreviewTool>
Public Class ResponsesToolboxSearchPreviewTool
Inherits ResponsesTool
Implements IJsonModel(Of ResponsesToolboxSearchPreviewTool), IPersistableModel(Of ResponsesToolboxSearchPreviewTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ResponsesToolboxSearchPreviewTool() |
Initializes a new instance of ResponsesToolboxSearchPreviewTool. |
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description for this tool or configuration. |
| Name |
Optional user-defined name for this tool or configuration. |
| ToolConfigs |
Per-tool configuration map. Keys are tool names or |