| 2350 | } |
| 2351 | |
| 2352 | TEST_CASE(ServerUnitFixture, test_emitter_parses_tool_call_missing_outer_close) { |
| 2353 | auto em = make_emitter(ApiFormat::OPENAI_CHAT, weather_tools()); |
| 2354 | em.emit_start(); |
| 2355 | em.emit_token("<tool_call>\n" |
no outgoing calls
no test coverage detected