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