Commit f96b2ca
fix(app-lifeops): handle new-line prompt format in deterministic LLM helper
Calendar action changed prompt format from
`Current request: ${JSON.stringify(msg)}` to `Current request:\n${msg}`.
Add parseNextLineField to extract the value from the following line,
and wire it into currentRequest() alongside the existing JSON-line parser.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d606f8f commit f96b2ca
1 file changed
Lines changed: 12 additions & 0 deletions
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
72 | 82 | | |
73 | 83 | | |
74 | 84 | | |
75 | 85 | | |
| 86 | + | |
76 | 87 | | |
| 88 | + | |
77 | 89 | | |
78 | 90 | | |
79 | 91 | | |
| |||
0 commit comments