fileIds property
A list of File IDs that the message should use. There can be a maximum of 10 files attached to a message. Useful for tools like retrieval and code_interpreter that can access and use files.
Implementation
@JsonKey(name: "file_ids")
List<String> fileIds;