Skip to main content

ContextListSink

Defined in the trace module.
Rust AI Agent SDK List sink (stores events in memory).

Fields

NameTypeDescription
eventsVec<ContextEvent>-

Methods

new

fn new() -> Self
Create a new list sink.

Source

View on GitHub

praisonai/src/trace/mod.rs at line 603