sessionId property

String? sessionId
final

Learning session ID for per-session token-budget enforcement and AI audit logging on the proxy. The proxy validates ownership via RLS, so a foreign sessionId is silently ignored (treated as "no session" for budget purposes) rather than rejected.

Implementation

final String? sessionId;