(frame: AnyFrame)
| 376 | }); |
| 377 | |
| 378 | function frameForLog(frame: AnyFrame): Record<string, unknown> { |
| 379 | return { |
| 380 | type: frame.type, |
| 381 | seq: frame.seq, |
| 382 | session_id: frame.session_id, |
| 383 | payload: frame.payload, |
| 384 | }; |
| 385 | } |
| 386 | |
| 387 | async function injectActivePrompt( |
| 388 | sid: string, |
no outgoing calls
no test coverage detected