fix(session): propagate network context
This commit is contained in:
@@ -9,6 +9,7 @@ export type RuntimeSessionContext = {
|
||||
clientSessionId: string;
|
||||
learningMode?: "interactive" | "review";
|
||||
memoryListReadScopes?: Partial<Record<"user" | "workspace", boolean>>;
|
||||
network?: string;
|
||||
projectId?: string;
|
||||
projectKey: string;
|
||||
sessionId: string;
|
||||
|
||||
Reference in New Issue
Block a user