tools / Exports / FunctionSchema
Interface: FunctionSchema
Function schema interface
Table of contents
Properties
Properties
name
• name: string
Defined in
description
• Optional
description: string
Defined in
parameters
• parameters: Object
Type declaration
Name | Type |
---|---|
type | "object" |
properties | Record <string , { type : string ; description? : string ; enum? : any [] ; default? : any }> |
required? | string [] |