InputItemFunctionShellCallItemParam interface
1つ以上のシェルコマンドを実行するための要求を表すツール。
- Extends
プロパティ
| action | シェルのコマンドや制限はツールコールの実行方法を記述しています。 |
| call_id | モデルによって生成されるシェルツール呼び出しの一意ID。 |
| id | |
| status | |
| type | アイテムの種類。 常に |
プロパティの詳細
action
call_id
モデルによって生成されるシェルツール呼び出しの一意ID。
call_id: string
プロパティ値
string
id
id?: string
プロパティ値
string
status
type
アイテムの種類。 常に shell_call です。
type: "shell_call"
プロパティ値
"shell_call"