ResponsesToolboxSearchPreviewTool Class

Definition

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
ResponsesToolboxSearchPreviewTool
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 * (catch-all default). Resolution order: exact tool name match takes priority over *. Unknown tool names are silently ignored at runtime.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ResponsesTool>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from ResponsesTool)
IJsonModel<ResponsesTool>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResponsesTool)
IJsonModel<ResponsesToolboxSearchPreviewTool>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ResponsesToolboxSearchPreviewTool>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ResponsesTool>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from ResponsesTool)
IPersistableModel<ResponsesTool>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from ResponsesTool)
IPersistableModel<ResponsesTool>.Write(ModelReaderWriterOptions) (Inherited from ResponsesTool)
IPersistableModel<ResponsesToolboxSearchPreviewTool>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ResponsesToolboxSearchPreviewTool>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ResponsesToolboxSearchPreviewTool>.Write(ModelReaderWriterOptions)

Applies to