Expand description
Core data types for Session: the session struct itself, its
persistent metadata, and the image attachment helper used by multimodal
prompts.
Structs§
- Image
Attachment - An image attachment to include with a user message (e.g. pasted from the clipboard in the TUI).
- Session
- A conversation session.
- Session
Metadata - Persistent, user-facing configuration for a
Session.
Constants§
- DEFAULT_
MAX_ STEPS - Default maximum agentic loop iterations when
Session::max_stepsisNone.