hyf-backend/th_agenter/api
eason 643c2f90c4 feat: 添加流式输出支持至agentChat API
- 在agentChat API中新增流式输出接口,允许实时返回AI模型的响应
- 引入StreamingResponse以支持流式数据传输
- 增强知识库检索逻辑,支持多知识库的相似度检索
- 更新错误处理,确保在流式调用中捕获并返回异常信息
- 更新相关文档以反映新功能的使用方式
2026-01-28 16:08:20 +08:00
..
endpoints feat: 添加流式输出支持至agentChat API 2026-01-28 16:08:20 +08:00
__init__.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
routes.py feat: 添加agentChat功能及相关API支持 2026-01-26 11:18:51 +08:00