comparison mrjunejune/test/inference_bridge_fake_sidecar.c @ 261:b401627fc49e

Add JRPG mock flows and interactive previews Add scripted mock SSE commands, custom event forwarding, animated chat turns, full-height message navigation, and a cyberpunk resume dossier. Co-authored-by: Copilot <[email protected]>
author MrJuneJune <mrjunejune@users.noreply.github.com>
date Wed, 05 Aug 2026 20:38:32 -0700
parents 1f9877b637e9
children 056790c4fb0d
comparison
equal deleted inserted replaced
260:1f9877b637e9 261:b401627fc49e
49 "{\"type\":\"turn.accepted\",\"request_id\":\"%s\"," 49 "{\"type\":\"turn.accepted\",\"request_id\":\"%s\","
50 "\"conversation_id\":\"%s\"}\n", 50 "\"conversation_id\":\"%s\"}\n",
51 request_id, 51 request_id,
52 conversation_id); 52 conversation_id);
53 printf( 53 printf(
54 "{\"type\":\"tool.started\",\"request_id\":\"%s\","
55 "\"conversation_id\":\"%s\","
56 "\"tool\":{\"name\":\"mock-search\"}}\n",
57 request_id,
58 conversation_id);
59 printf(
54 "{\"type\":\"assistant.delta\",\"request_id\":\"%s\"," 60 "{\"type\":\"assistant.delta\",\"request_id\":\"%s\","
55 "\"conversation_id\":\"%s\"," 61 "\"conversation_id\":\"%s\","
56 "\"delta\":\"hello \\\"traveler\\\"\\\\path\"}\n", 62 "\"delta\":\"hello \\\"traveler\\\"\\\\path\"}\n",
57 request_id, 63 request_id,
58 conversation_id); 64 conversation_id);