InputItemCustomToolCall interface

モデルが作成したカスタムツールへの呼び出し。

Extends

プロパティ

call_id

このカスタムツール呼び出しをツール呼び出し出力にマッピングするための識別子です。

id

OpenAIプラットフォームにおけるカスタムツールコールの一意ID。

input

モデルが生成するカスタムツール呼び出しの入力です。

name

呼び出されるカスタム ツールの名前。

type

カスタムツールコールの種類。 常に custom_tool_call です。

プロパティの詳細

call_id

このカスタムツール呼び出しをツール呼び出し出力にマッピングするための識別子です。

call_id: string

プロパティ値

string

id

OpenAIプラットフォームにおけるカスタムツールコールの一意ID。

id?: string

プロパティ値

string

input

モデルが生成するカスタムツール呼び出しの入力です。

input: string

プロパティ値

string

name

呼び出されるカスタム ツールの名前。

name: string

プロパティ値

string

type

カスタムツールコールの種類。 常に custom_tool_call です。

type: "custom_tool_call"

プロパティ値

"custom_tool_call"