ConversationConfig constructor
const
ConversationConfig({})
Creates a conversation configuration.
Implementation
const ConversationConfig({
this.systemMessage,
this.initialMessages = const [],
this.tools = const [],
this.extraContext = const {},
this.samplerConfig,
this.loraPath,
this.audioLoraPath,
this.automaticToolCalling = true,
this.enableConstrainedDecoding = false,
});