args property

Map<String, dynamic> args
final

A map of arguments provided by the AI, intended to be passed into the function execution. Defaults to an empty map if no arguments are provided.

Implementation

final Map<String, dynamic> args;