Mercurial
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 259:667156fcd3e3 | 260:1f9877b637e9 |
|---|---|
| 16 Deita_Database_Type database_type; | 16 Deita_Database_Type database_type; |
| 17 void *native_result; | 17 void *native_result; |
| 18 int32 column_count; | 18 int32 column_count; |
| 19 boolean has_data; | 19 boolean has_data; |
| 20 boolean is_done; | 20 boolean is_done; |
| 21 boolean has_error; | |
| 21 }; | 22 }; |
| 22 | 23 |
| 23 // SQLite3-specific functions (implemented in d_sqlite.c) | 24 // SQLite3-specific functions (implemented in d_sqlite.c) |
| 24 extern Deita_Connection* deita__sqlite_connection_create(const char *connection_string); | 25 extern Deita_Connection* deita__sqlite_connection_create(const char *connection_string); |
| 25 extern void deita__sqlite_connection_close(Deita_Connection *p_connection); | 26 extern void deita__sqlite_connection_close(Deita_Connection *p_connection); |