AIFunctionDeclaration constructor
AIFunctionDeclaration({})
Creates a new AIFunctionDeclaration.
Implementation
AIFunctionDeclaration({
required super.name,
super.description,
this.parametersSchema,
this.returnSchema,
});