mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-16 16:04:34 +00:00

* 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>
9 lines
203 B
TypeScript
9 lines
203 B
TypeScript
export enum TrackEnum {
|
|
login = 'login',
|
|
createApp = 'createApp',
|
|
useAppTemplate = 'useAppTemplate',
|
|
createDataset = 'createDataset',
|
|
appNodes = 'appNodes',
|
|
runSystemTool = 'runSystemTool'
|
|
}
|