(content: string)
| 185 | * Helper to create a text-only response |
| 186 | */ |
| 187 | export function textResponse(content: string): MockResponse { |
| 188 | return { content } |
| 189 | } |
| 190 | |
| 191 | /** |
| 192 | * Helper to create a tool call response |
no outgoing calls
no test coverage detected