(frame: AnyFrame)
| 167 | } |
| 168 | |
| 169 | function frameForLog(frame: AnyFrame): Record<string, unknown> { |
| 170 | return { |
| 171 | type: frame.type, |
| 172 | seq: frame.seq, |
| 173 | session_id: frame.session_id, |
| 174 | payload: frame.payload, |
| 175 | }; |
| 176 | } |
| 177 | |
| 178 | async function injectActivePrompt( |
| 179 | sid: string, |
no outgoing calls
no test coverage detected