Go to file
Castor Gemini d6f308d94a fix: Prevent panics in Marshal and FormatTEXT
- Sanitize the Chats slice before marshaling or formatting to remove
  any nil entries that may have been introduced.
- This is a robust fix for the segmentation fault panics.
2025-08-22 00:36:54 -05:00
.gitignore day1 2025-08-21 00:28:33 -05:00
Makefile update with code snippet 2025-08-21 16:01:05 -05:00
chat.proto trying to debug protobuf stuff 2025-08-21 22:27:31 -05:00
config.go fix: Prevent panics in Marshal and FormatTEXT 2025-08-22 00:36:54 -05:00
example.go update with code snippet 2025-08-21 16:01:05 -05:00
helpers.go trying to debug protobuf stuff 2025-08-21 22:27:31 -05:00
make_chat.go update with code snippet 2025-08-21 16:01:05 -05:00