yao/neo/assistant
Max 445bcdd7ea Implement file download functionality and refactor existing methods in neo package
- Added handleDownload method to manage file download requests, including validation for session ID and file ID.
- Enhanced permission checks to ensure users can only download files they are authorized to access.
- Updated CORS headers to include Content-Disposition for better file handling in responses.
- Removed deprecated download logic from the neo package to streamline code and improve maintainability.
- Refactored existing methods to improve clarity and error handling during file operations.
2025-06-01 18:33:38 +08:00
..
api.go Enhance localization support in chat and assistant functionalities 2025-05-27 11:49:19 +08:00
assistant.go Refactor Assistant struct to replace Flows with Workflow and update cloning logic 2025-05-27 12:07:41 +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 feat: Enhance context management and update asset metadata in SUI 2025-05-08 20:05:39 +08:00
hooks.go feat: Update asset metadata and enhance Assistant API functionality 2025-05-09 10:27:31 +08:00
load.go Enhance localization support and refactor assistant functions for improved i18n handling 2025-05-26 11:58:48 +08:00
load_test.go Add attachment and knowledge management features in neo package 2025-06-01 16:06:41 +08:00
object.go fix: Enhance message role handling in Assistant API and object 2025-04-02 09:14:09 +08:00
plan.go Enhance input handling and message processing in assistant methods 2025-02-28 20:13:59 +08:00
tool.go feat: Enhance SchemaProperty and Parameter structures with additional fields 2025-04-09 16:24:46 +08:00
types.go Update dependencies in go.mod and go.sum; refactor file handling in neo package 2025-05-31 10:07:19 +08:00
utils.go Update dependencies in go.mod and go.sum; refactor imports in main.go and utils.go 2025-05-22 23:20:11 +08:00