diff mrjunejune/inference_bridge.h @ 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/inference_bridge.h	Wed Aug 05 09:19:41 2026 -0700
+++ b/mrjunejune/inference_bridge.h	Wed Aug 05 20:38:32 2026 -0700
@@ -13,6 +13,8 @@
   const char *content;
   const char *error_code;
   const char *error_message;
+  const char *raw_json;
+  size_t raw_json_length;
   int64 input_tokens;
   int64 output_tokens;
   boolean failed;