menu
azure package
documentation
open_ai/models/completions_model.dart
CompletionsResponse
choices property
choices property
dark_mode
light_mode
choices
property
List
<
Choice
>
choices
final
The choices generated by the model.
Implementation
final List<Choice> choices;
azure package
documentation
open_ai/models/completions_model
CompletionsResponse
choices property
CompletionsResponse class