Commit 9942988
committed
fix: set apply_memory_context=True in TraceSession.rag/code paths
TraceSession injects memory_state into extra but bypasses
GroundingClient's keyword arg path, so apply_memory_context was
never set. Session-based callers would send memory_state without
enabling hot_context augmentation on the server.1 parent 355f9d7 commit 9942988
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| 391 | + | |
391 | 392 | | |
392 | 393 | | |
393 | 394 | | |
| |||
412 | 413 | | |
413 | 414 | | |
414 | 415 | | |
| 416 | + | |
415 | 417 | | |
416 | 418 | | |
417 | 419 | | |
| |||
0 commit comments