yao/neo/assistant
Max 2eaee671da Add JSON repair utility for robust parsing
- Integrate jsonrepair library to improve JSON parsing resilience
- Replace manual JSON repair attempts with a more comprehensive repair method
- Update go.mod and go.sum to include jsonrepair dependency
- Simplify ParseJSON function with a single repair approach
2025-02-11 17:00:22 +08:00
..
api.go Refactor tool call prompts and message handling 2025-02-11 16:31:09 +08:00
assistant.go Add connector settings support in DSL and assistant initialization 2025-02-01 17:45:01 +08:00
attachment.go Refactor Neo API assistant to enhance vision support and message handling 2025-01-17 15:16:26 +08:00
attachment_test.go Refactor attachment handling and enhance RAG/Vision integration in tests 2025-01-06 14:04:12 +08:00
cache.go Refactor assistant management and enhance storage retrieval in Neo API 2025-01-01 12:31:47 +08:00
cache_test.go Refactor assistant management and enhance storage retrieval in Neo API 2025-01-01 12:31:47 +08:00
hooks.go Enhance tool call processing and message handling 2025-02-10 20:40:59 +08:00
load.go Add connector settings support in DSL and assistant initialization 2025-02-01 17:45:01 +08:00
load_test.go Refactor Neo API assistant functionality and enhance model capabilities 2025-01-06 11:05:38 +08:00
tool.go Refactor tool call prompts and message handling 2025-02-11 16:31:09 +08:00
types.go Refactor tool call prompts and message handling 2025-02-11 16:31:09 +08:00
utils.go Add JSON repair utility for robust parsing 2025-02-11 17:00:22 +08:00