Chat Config
data class ChatConfig(val confirmGoals: Boolean = true, val bindConversation: Boolean = false, val multiGoal: Boolean = false, val model: String = OpenAiModels.GPT_41_MINI, val temperature: Double? = null)
Configuration for the chat session
Parameters
confirm Goals
Whether to confirm goals with the user before proceeding
bind Conversation
Whether to bind the conversation to the chat session