Feat: system tool support stream response (#5206)
* Match SSE for FastGPT (#5168) * Match SSE for FastGPT * Modify the judgment * Optimize logic for SSE transmission * Refactor imports * directly use workflowStreamResponse from props * improve error handling and streamline onStreamData logic * Refactor API client configuration * perf: system tool support sse * update doc --------- Co-authored-by: Zhuangzai fa <143257420+ctrlz526@users.noreply.github.com>
Showing
| ... | ... | @@ -3,7 +3,7 @@ |
| "version": "1.0.0", | ||
| "type": "module", | ||
| "dependencies": { | ||
| "@fastgpt-sdk/plugin": "^0.1.0", | ||
| "@fastgpt-sdk/plugin": "^0.1.1", | ||
| "@fastgpt/global": "workspace:*", | ||
| "@modelcontextprotocol/sdk": "^1.12.1", | ||
| "@node-rs/jieba": "2.0.1", | ||
| ... | ... |
Please
register
or
sign in
to comment