(c: Record<string, unknown>)
| 23 | expect(error).toBeNull() |
| 24 | |
| 25 | const idOf = (c: Record<string, unknown>) => c.toolCallId as string |
| 26 | const starts = chunks.filter( |
| 27 | (c) => c.type === 'TOOL_CALL_START' && idOf(c) === 'call_weather', |
| 28 | ) |
no outgoing calls
no test coverage detected