fileIds property

  1. @JsonKey(name: "file_ids")
List<String> fileIds
getter/setter pair

A list of file IDs that the assistant should use. Useful for tools like retrieval and code_interpreter that can access files. A maximum of 10 files can be attached to a message.

Implementation

@JsonKey(name: "file_ids")
List<String> fileIds;