Skip to main content

Module types

Module types 

Source
Expand description

Core data types for Session: the session struct itself, its persistent metadata, and the image attachment helper used by multimodal prompts.

Structs§

ImageAttachment
An image attachment to include with a user message (e.g. pasted from the clipboard in the TUI).
Session
A conversation session.
SessionMetadata
Persistent, user-facing configuration for a Session.

Constants§

DEFAULT_MAX_STEPS
Default maximum agentic loop iterations when Session::max_steps is None.