Interface CallableToolConfig

CallableToolConfig is the configuration for a callable tool.

interface CallableToolConfig {
    behavior?: Behavior;
    timeout?: number;
}

Properties

Properties

behavior?: Behavior

Specifies the model's behavior after invoking this tool.

timeout?: number

Timeout for remote calls in milliseconds. Note this timeout applies only to tool remote calls, and not making HTTP requests to the API.