AIFunctionArguments constructor
Creates a new AIFunctionArguments.
Implementation
AIFunctionArguments([Map<String, Object?>? arguments])
: _map = arguments != null
? Map<String, Object?>.of(arguments)
: <String, Object?>{};
Creates a new AIFunctionArguments.
AIFunctionArguments([Map<String, Object?>? arguments])
: _map = arguments != null
? Map<String, Object?>.of(arguments)
: <String, Object?>{};