diff deita/deita_internal.h @ 260:1f9877b637e9

Add Copilot-powered cyberpunk JRPG chat Integrate the production JRPG chat with Seobeo streaming, Deita persistence, and a Bazel-managed Copilot SDK and LiteLLM inference stack. Co-authored-by: Copilot <[email protected]>
author MrJuneJune <mrjunejune@users.noreply.github.com>
date Wed, 05 Aug 2026 09:19:41 -0700
parents f3084bca7317
children
line wrap: on
line diff
--- a/deita/deita_internal.h	Wed Aug 05 09:19:41 2026 -0700
+++ b/deita/deita_internal.h	Wed Aug 05 09:19:41 2026 -0700
@@ -18,6 +18,7 @@
   int32 column_count;
   boolean has_data;
   boolean is_done;
+  boolean has_error;
 };
 
 // SQLite3-specific functions (implemented in d_sqlite.c)