CaptureStructuredOutputsTool interface

構造化された出力をキャプチャするためのツール

Extends

プロパティ

description

Deprecated. このプロパティは現在非推奨となり、将来のバージョンで削除される予定です。

name

Deprecated. このプロパティは現在非推奨となり、将来のバージョンで削除される予定です。

outputs

モデルからキャプチャする構造化出力。

tool_configs

Deprecated. このプロパティは現在非推奨となり、将来のバージョンで削除される予定です。

type

ツールの種類。 常に capture_structured_outputs です。

プロパティの詳細

description

Deprecated. このプロパティは現在非推奨となり、将来のバージョンで削除される予定です。

description?: string

プロパティ値

string

name

Deprecated. このプロパティは現在非推奨となり、将来のバージョンで削除される予定です。

name?: string

プロパティ値

string

outputs

モデルからキャプチャする構造化出力。

outputs: StructuredOutputDefinition

プロパティ値

tool_configs

Deprecated. このプロパティは現在非推奨となり、将来のバージョンで削除される予定です。

tool_configs?: Record<string, ToolConfig>

プロパティ値

Record<string, ToolConfig>

type

ツールの種類。 常に capture_structured_outputs です。

type: "capture_structured_outputs"

プロパティ値

"capture_structured_outputs"