Interface: FunctionDefinition
core/completion.FunctionDefinition
Represents a function definition that can be invoked using the FunctionCall component.
Hierarchy
FunctionDefinition
↳
Tool
Properties
parameters
• parameters: JSONSchema7
& { type?
: "object"
}
Defined in
ai-jsx/src/core/completion.tsx:71
description
• Optional
description: string