ToolSearchToolParam interface

Hosted or BYOT tool search configuration for deferred tools.

Extends

Properties

description

Guidance shown to the model for a tool search implementation that runs on the client.

execution

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

parameters

The parameter schema for a tool search implementation that runs on the client.

type

The type of the tool. Always tool_search.

Property Details

description

Guidance shown to the model for a tool search implementation that runs on the client.

description?: string

Property Value

string

execution

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

execution?: ToolSearchExecutionType

Property Value

parameters

The parameter schema for a tool search implementation that runs on the client.

parameters?: EmptyModelParam

Property Value

type

The type of the tool. Always tool_search.

type: "tool_search"

Property Value

"tool_search"