fileId property

  1. @JsonKey.new(name: 'file_id')
String get fileId
inherited

The File ID of the image in the message content. Set purpose="vision" when uploading the File if you need to later display the file content.

Implementation

@JsonKey(name: 'file_id') String get fileId;