streamOptions property

  1. @JsonKey(name: 'stream_options', includeIfNull: false)
ChatCompletionStreamOptions? get streamOptions
inherited

Options for streaming response. Only set this when you set stream: true.

Implementation

@JsonKey(name: 'stream_options', includeIfNull: false)
ChatCompletionStreamOptions? get streamOptions =>
    throw _privateConstructorUsedError;