InputItemFunctionShellCallOutputItemParam interface

シェルツール呼び出しによって出力されるストリーム出力項目。

Extends

プロパティ

call_id

モデルによって生成されるシェルツール呼び出しの一意ID。

id
max_output_length
output

stdoutとstderrの出力の塊と、それに関連する結果をキャプチャしました。

type

アイテムの種類。 常に shell_call_output です。

プロパティの詳細

call_id

モデルによって生成されるシェルツール呼び出しの一意ID。

call_id: string

プロパティ値

string

id

id?: string

プロパティ値

string

max_output_length

max_output_length?: number

プロパティ値

number

output

stdoutとstderrの出力の塊と、それに関連する結果をキャプチャしました。

output: FunctionShellCallOutputContentParam[]

プロパティ値

type

アイテムの種類。 常に shell_call_output です。

type: "shell_call_output"

プロパティ値

"shell_call_output"