OpenApiTool interface

エージェントの構成に使用される OpenAPI ツールの入力定義情報。

Extends

プロパティ

openapi

openapi 関数の定義。

tool_configs

Deprecated. このプロパティは現在非推奨となり、将来のバージョンで削除される予定です。

type

オブジェクト型は、常に 'openapi' です。

プロパティの詳細

openapi

openapi 関数の定義。

openapi: OpenApiFunctionDefinition

プロパティ値

tool_configs

Deprecated. このプロパティは現在非推奨となり、将来のバージョンで削除される予定です。

tool_configs?: Record<string, ToolConfig>

プロパティ値

Record<string, ToolConfig>

type

オブジェクト型は、常に 'openapi' です。

type: "openapi"

プロパティ値

"openapi"