Module chat

Module chat 

Source

Re-exports§

pub use super::chat_helpers::RenderFn;

Modules§

defaults
Default configuration values for ChatView

Structs§

ChatView
Chat message display widget with streaming and tool execution support.
ChatViewConfig
Configuration for ChatView widget
ToolMessageData
Data for tool execution messages Display data for tool execution messages.

Enums§

MessageRole
Role of a chat message
ToolStatus
Status of a tool execution

Type Aliases§

TitleRenderFn
Function type for rendering custom title bars Returns (left_title, right_title) as ratatui Lines