yao/kb/api
Max 704c0331b1 Enhance Assistant stream functionality and remove history handling
- Added permission validation in the Assistant's Stream method to ensure user authorization before processing input messages.
- Introduced conversation initialization within the Stream method to prepare the context for chat interactions.
- Removed the history.go file, which previously contained a placeholder method for handling chat history, streamlining the Assistant's codebase.
- Updated the Knowledge Base API integration in collection management, ensuring all collection operations utilize the new API structure for improved consistency and error handling.
2025-12-08 10:28:26 +08:00
..
api.go Enhance Assistant stream functionality and remove history handling 2025-12-08 10:28:26 +08:00
collection.go Enhance Assistant stream functionality and remove history handling 2025-12-08 10:28:26 +08:00
collection_test.go Enhance Assistant stream functionality and remove history handling 2025-12-08 10:28:26 +08:00
consts.go Enhance Assistant stream functionality and remove history handling 2025-12-08 10:28:26 +08:00
interfaces.go Enhance Assistant stream functionality and remove history handling 2025-12-08 10:28:26 +08:00
types.go Enhance Assistant stream functionality and remove history handling 2025-12-08 10:28:26 +08:00