kDefaultModelConfigStream top-level property
Implementation
final kDefaultModelConfigStream = ModelConfig(
id: 'stream',
name: 'Enable Streaming Mode',
description: 'The LLM output will be sent in a stream instead of all at once',
type: ConfigType.boolean,
value: ConfigBooleanValue(value: false),
);