FunctionToolParam interface

model interface FunctionToolParam

屬性

defer_loading

是否應該延後這個功能,並透過工具搜尋來發現。

description
name
parameters
strict
type

屬性詳細資料

defer_loading

是否應該延後這個功能,並透過工具搜尋來發現。

defer_loading?: boolean

屬性值

boolean

description

description?: string

屬性值

string

name

name: string

屬性值

string

parameters

parameters?: EmptyModelParam

屬性值

strict

strict?: boolean

屬性值

boolean

type

type: "function"

屬性值

"function"