menu
chat_gpt_api package
documentation
app/model/data_model/chat/chat_completion.dart
ChatCompletion
choices property
choices property
dark_mode
light_mode
choices
property
List
<
ChatChoice
>
?
choices
final
Implementation
final List<ChatChoice>? choices;
chat_gpt_api package
documentation
app/model/data_model/chat/chat_completion
ChatCompletion
choices property
ChatCompletion class