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
strict
strict?: boolean
속성 값
boolean
type
type: "function"
속성 값
"function"