yao/neo/assistant
Max fd5d701a23 Refactor assistant loading and initialization in Neo API
- Simplified the assistant loading process by removing the asynchronous query for the assistant list and replacing it with a direct call to retrieve the default assistant.
- Introduced a new method, defaultAssistant, to streamline the retrieval of the default assistant based on the current configuration.
- Enhanced the LoadStore function to support loading assistants from a specified path, improving flexibility in assistant management.
- Updated the overall structure for better readability and maintainability, ensuring a more efficient assistant initialization process.
2025-01-01 17:34:17 +08:00
..
local Refactor message handling and enhance file reading capabilities in Neo API 2024-12-31 16:01:48 +08:00
openai Refactor message handling and enhance file reading capabilities in Neo API 2024-12-31 16:01:48 +08:00
api.go Refactor assistant loading and initialization in Neo API 2025-01-01 17:34:17 +08:00
assistant.go Refactor assistant loading and initialization in Neo API 2025-01-01 17:34:17 +08:00
assistant_test.go Enhance assistant management and API functionality in Neo 2025-01-01 16:48:06 +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
types.go Enhance assistant management and API functionality in Neo 2025-01-01 16:48:06 +08:00