FunctionToolParam 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"