streamOptions property
- @JsonKey(name: 'stream_options', includeIfNull: false)
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;