InputItemFunctionShellCallItemParam interface

1つ以上のシェルコマンドを実行するための要求を表すツール。

Extends

プロパティ

action

シェルのコマンドや制限はツールコールの実行方法を記述しています。

call_id

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

id
status
type

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

プロパティの詳細

action

シェルのコマンドや制限はツールコールの実行方法を記述しています。

action: FunctionShellActionParam

プロパティ値

call_id

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

call_id: string

プロパティ値

string

id

id?: string

プロパティ値

string

status

status?: FunctionShellCallItemStatus

プロパティ値

type

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

type: "shell_call"

プロパティ値

"shell_call"