diff 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
line wrap: on
line diff
--- a/mrjunejune/test/inference_bridge_fake_sidecar.c	Wed Aug 05 09:19:41 2026 -0700
+++ b/mrjunejune/test/inference_bridge_fake_sidecar.c	Wed Aug 05 20:38:32 2026 -0700
@@ -51,6 +51,12 @@
           request_id,
           conversation_id);
       printf(
+          "{\"type\":\"tool.started\",\"request_id\":\"%s\","
+          "\"conversation_id\":\"%s\","
+          "\"tool\":{\"name\":\"mock-search\"}}\n",
+          request_id,
+          conversation_id);
+      printf(
           "{\"type\":\"assistant.delta\",\"request_id\":\"%s\","
           "\"conversation_id\":\"%s\","
           "\"delta\":\"hello \\\"traveler\\\"\\\\path\"}\n",