pub trait ReadonlyContext: Send + Sync {
// Required methods
fn invocation_id(&self) -> &str;
fn agent_name(&self) -> &str;
fn user_id(&self) -> &str;
fn app_name(&self) -> &str;
fn session_id(&self) -> &str;
fn branch(&self) -> &str;
fn user_content(&self) -> &Content;
}Expand description
Core traits and types.
Always available regardless of feature flags. Includes: