menu
extensions package
documentation
ai.dart
AIFunction
parametersSchema property
parametersSchema property
dark_mode
light_mode
parametersSchema
property
Map
<
String
,
dynamic
>
?
parametersSchema
final
The JSON schema describing the function's parameters.
Implementation
final Map<String, dynamic>? parametersSchema;
extensions package
documentation
ai
AIFunction
parametersSchema property
AIFunction class