mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-21 03:10:50 +00:00
feat: add elseif to ifelse node (#1378)
This commit is contained in:
@@ -75,7 +75,7 @@ export type DispatchNodeResponseType = {
|
||||
pluginDetail?: ChatHistoryItemResType[];
|
||||
|
||||
// if-else
|
||||
ifElseResult?: 'IF' | 'ELSE';
|
||||
ifElseResult?: string;
|
||||
|
||||
// tool
|
||||
toolCallTokens?: number;
|
||||
|
Reference in New Issue
Block a user