Skip to main content

SessionId

Type Alias SessionId 

Source
pub type SessionId = String;
Expand description

Groups intents from the same agent session. Free-form string so callers can use whatever session model their harness has.

Aliased Typeยง

pub struct SessionId { /* private fields */ }