argumentsJson property

String get argumentsJson

The arguments as OpenAI carries them — a JSON string, not an object.

Implementation

String get argumentsJson => jsonEncode(arguments);