yao/neo/assistant
Max f820e376ab Refactor assistant save and delete methods for cache management
- Rename variable for clarity in handleAssistantSave method.
- Implement cache removal and reloading for assistants after save and delete operations to ensure data consistency.
- Add GetCache method to retrieve the loaded cache for better cache management.
2025-03-18 15:36:44 +08:00
..
api.go Refactor error handling and logging in chat streaming and API methods 2025-03-07 16:57:58 +08:00
assistant.go Add Assets method to assistant for retrieving and processing asset files 2025-02-25 11:27:04 +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
call.go Add support for passing arguments in assistant method calls 2025-03-12 17:24:36 +08:00
hooks.go Refactor error handling and logging in chat streaming and API methods 2025-03-07 16:57:58 +08:00
load.go Refactor assistant save and delete methods for cache management 2025-03-18 15:36:44 +08:00
load_test.go Add silent mode support for chat history and filtering 2025-03-01 16:08:56 +08:00
object.go Handle null return for non-existent shared space keys 2025-03-04 17:31:07 +08:00
plan.go Enhance input handling and message processing in assistant methods 2025-02-28 20:13:59 +08:00
tool.go Refactor tool call prompts and message handling 2025-02-11 16:31:09 +08:00
types.go Implement retry mechanism for assistant method calls 2025-03-01 12:20:02 +08:00
utils.go Enhance assistant loading and ID generation 2025-03-17 18:28:02 +08:00