FunctionToolParam interface

model interface FunctionToolParam

プロパティ

allowed_callers
defer_loading

この機能を先送りし、ツール検索で発見すべきかどうか。

description
name
output_schema
parameters
strict
type

プロパティの詳細

allowed_callers

allowed_callers?: CallableToolAllowedCaller[]

プロパティ値

defer_loading

この機能を先送りし、ツール検索で発見すべきかどうか。

defer_loading?: boolean

プロパティ値

boolean

description

description?: string

プロパティ値

string

name

name: string

プロパティ値

string

output_schema

output_schema?: Record<string, any>

プロパティ値

Record<string, any>

parameters

parameters?: EmptyModelParam

プロパティ値

strict

strict?: boolean

プロパティ値

boolean

type

type: "function"

プロパティ値

"function"