fileId property

  1. @JsonKey(name: "file_id")
String fileId
getter/setter pair

A File ID (with purpose="assistants") that the assistant should use. Useful for tools like retrieval and code_interpreter that can access files.

Implementation

@JsonKey(name: "file_id")
String fileId;