GptCodeInterpreterImageOutput.fromJson constructor

GptCodeInterpreterImageOutput.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GptCodeInterpreterImageOutput.fromJson(Map<String, dynamic> json) =>
    _$GptCodeInterpreterImageOutputFromJson(json);