Mercurial
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 260:1f9877b637e9 | 261:b401627fc49e |
|---|---|
| 11 const char *conversation_id; | 11 const char *conversation_id; |
| 12 const char *delta; | 12 const char *delta; |
| 13 const char *content; | 13 const char *content; |
| 14 const char *error_code; | 14 const char *error_code; |
| 15 const char *error_message; | 15 const char *error_message; |
| 16 const char *raw_json; | |
| 17 size_t raw_json_length; | |
| 16 int64 input_tokens; | 18 int64 input_tokens; |
| 17 int64 output_tokens; | 19 int64 output_tokens; |
| 18 boolean failed; | 20 boolean failed; |
| 19 boolean aborted; | 21 boolean aborted; |
| 20 } Inference_Event; | 22 } Inference_Event; |