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