mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
4.8.10 workflow perf (#2596)
* perf: run plugin variables init * perf: init free plan * perf: dataset data ui * perf: workflow theme * perf: plugin input modal ui * perf: workflow dispatch * fix: account ui * feat: 4810 doc
This commit is contained in:
@@ -26,8 +26,8 @@ export type ChatDispatchProps = {
|
||||
res?: NextApiResponse;
|
||||
requestOrigin?: string;
|
||||
mode: 'test' | 'chat' | 'debug';
|
||||
teamId: string;
|
||||
tmbId: string;
|
||||
teamId: string; // App teamId
|
||||
tmbId: string; // App tmbId
|
||||
user: UserModelSchema;
|
||||
app: AppDetailType | AppSchema;
|
||||
chatId?: string;
|
||||
|
Reference in New Issue
Block a user