mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
Feat: Workflow loop node;feat: support openai o1;perf: query extension prompt;fix: intro was not delivered when the datase was created (#2719)
* feat: loop node (#2675) * loop node frontend * loop-node * fix-code * fix version * fix * fix * fix * perf: loop array code * perf: get histories error tip * feat: support openai o1 * perf: query extension prompt * feat: 4811 doc * remove log * fix: loop node zindex & variable picker type (#2710) * perf: performance * perf: workflow performance * remove uninvalid code * perf:code * fix: invoice table refresh * perf: loop node data type * fix: loop node store assistants * perf: target connection * feat: loop node support help line * perf: add default icon --------- Co-authored-by: heheer <heheer@sealos.io>
This commit is contained in:
@@ -177,6 +177,7 @@ export const iconPaths = {
|
||||
'core/workflow/debugResult': () => import('./icons/core/workflow/debugResult.svg'),
|
||||
'core/workflow/edgeArrow': () => import('./icons/core/workflow/edgeArrow.svg'),
|
||||
'core/workflow/grout': () => import('./icons/core/workflow/grout.svg'),
|
||||
'core/workflow/inputType/array': () => import('./icons/core/workflow/inputType/array.svg'),
|
||||
'core/workflow/inputType/customVariable': () =>
|
||||
import('./icons/core/workflow/inputType/customVariable.svg'),
|
||||
'core/workflow/inputType/dynamic': () => import('./icons/core/workflow/inputType/dynamic.svg'),
|
||||
@@ -226,6 +227,9 @@ export const iconPaths = {
|
||||
'core/workflow/template/ifelse': () => import('./icons/core/workflow/template/ifelse.svg'),
|
||||
'core/workflow/template/lafDispatch': () =>
|
||||
import('./icons/core/workflow/template/lafDispatch.svg'),
|
||||
'core/workflow/template/loop': () => import('./icons/core/workflow/template/loop.svg'),
|
||||
'core/workflow/template/loopEnd': () => import('./icons/core/workflow/template/loopEnd.svg'),
|
||||
'core/workflow/template/loopStart': () => import('./icons/core/workflow/template/loopStart.svg'),
|
||||
'core/workflow/template/mathCall': () => import('./icons/core/workflow/template/mathCall.svg'),
|
||||
'core/workflow/template/pluginOutput': () =>
|
||||
import('./icons/core/workflow/template/pluginOutput.svg'),
|
||||
|
Reference in New Issue
Block a user