assistantId property

  1. @JsonKey(name: "assistant_id")
String? assistantId
getter/setter pair

If applicable, the ID of the assistant that authored this message.

Implementation

@JsonKey(name: "assistant_id")
String? assistantId;