Commit 934a077
committed
Initialize standard session state namespaces on session creation
Ensures context, temp, user, and system scopes always exist as
empty dicts so CEL expressions like has(context.experiments) evaluate
to false instead of throwing when no initial_state is provided.1 parent 5e236ca commit 934a077
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
65 | 74 | | |
66 | 75 | | |
67 | 76 | | |
| |||
0 commit comments