Skip to main content

Module chat

Module chat 

Source
Expand description

Chat message display component.

Renders a list of chat messages with role-based styling (user, system, error). Used on the landing page REPL interface.

§Props

  • messages - List of chat messages to display

Re-exports§

pub use ChatDisplay_completions::Component::ChatDisplay;

Structs§

ChatDisplayProps
Properties for the ChatDisplay component.

Functions§

ChatDisplay
Props