logs property

  1. @JsonKey(includeIfNull: false)
String? get logs

The text output from the Code Interpreter tool call.

Implementation

@JsonKey(includeIfNull: false)
String? get logs;