The chain of thought (COT) is a feature that shows the user the steps the
chatbot took to reach a conclusion. You can hide the COT, only show the tool
calls, or show it in full.
Sub-messages are hiden by default, you can “expand” the parent message to show
those messages. Toggling this setting will display the sub-messages by
default.
[UI]# Name of the app and chatbot.name = "Chatbot"# Description of the app and chatbot. This is used for HTML tags.# description = ""# Large size content are by default collapsed for a cleaner uidefault_collapse_content = true# The default value for the expand messages settings.default_expand_messages = false# Chain of Thought (CoT) display mode. Can be "hidden", "tool_call" or "full".cot = "full"# Link to your github repo. This will add a github button in the UI's header.# github = ""# Specify a CSS file that can be used to customize the user interface.# The CSS file can be served from the public directory or via an external link.# custom_css = "/public/test.css"[UI.theme] #layout = "wide" #font_family = "Inter, sans-serif" # Override default MUI light theme. (Check theme.ts) [UI.theme.light] #background = "#FAFAFA" #paper = "#FFFFFF" [UI.theme.light.primary] #main = "#F80061" #dark = "#980039" #light = "#FFE7EB" # Override default MUI dark theme. (Check theme.ts) [UI.theme.dark] #background = "#FAFAFA" #paper = "#FFFFFF" [UI.theme.dark.primary] #main = "#F80061" #dark = "#980039" #light = "#FFE7EB"