InputItemLocalShellToolCallOutput interface
ローカル シェル ツール呼び出しの出力。
- Extends
プロパティ
| id | モデルによって生成されたローカル シェル ツール呼び出しの一意の ID。 |
| output | ローカル シェル ツール呼び出しの出力の JSON 文字列。 |
| status | |
| type | ローカルシェルツールの呼び出し出力の種類。 常に |
プロパティの詳細
id
モデルによって生成されたローカル シェル ツール呼び出しの一意の ID。
id: string
プロパティ値
string
output
ローカル シェル ツール呼び出しの出力の JSON 文字列。
output: string
プロパティ値
string
status
status?: "in_progress" | "completed" | "incomplete"
プロパティ値
"in_progress" | "completed" | "incomplete"
type
ローカルシェルツールの呼び出し出力の種類。 常に local_shell_call_output です。
type: "local_shell_call_output"
プロパティ値
"local_shell_call_output"