Skip to main content

NewMessages

Type Alias NewMessages 

Source
pub type NewMessages = Vec<AgentMessage>;
Expand description

The messages a single run_agent_loop invocation added (prompt + assistant

  • tool results + injected steering/follow-ups). Returned to the caller.

Aliased Typeยง

pub struct NewMessages { /* private fields */ }