CaptureStructuredOutputsTool interface

A tool for capturing structured outputs

Extends

Properties

description

Deprecated. This property is deprecated and will be removed in a future version.

name

Deprecated. This property is deprecated and will be removed in a future version.

outputs

The structured outputs to capture from the model.

tool_configs

Deprecated. This property is deprecated and will be removed in a future version.

type

The type of the tool. Always capture_structured_outputs.

Property Details

description

Deprecated. This property is deprecated and will be removed in a future version.

description?: string

Property Value

string

name

Deprecated. This property is deprecated and will be removed in a future version.

name?: string

Property Value

string

outputs

The structured outputs to capture from the model.

outputs: StructuredOutputDefinition

Property Value

tool_configs

Deprecated. This property is deprecated and will be removed in a future version.

tool_configs?: Record<string, ToolConfig>

Property Value

Record<string, ToolConfig>

type

The type of the tool. Always capture_structured_outputs.

type: "capture_structured_outputs"

Property Value

"capture_structured_outputs"