mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 10:12:43 +08:00
Feat/loop break node (#17268)
This commit is contained in:
@@ -61,6 +61,7 @@ export type NodeTracing = {
|
||||
agent_strategy?: string
|
||||
icon?: string
|
||||
}
|
||||
loop_variable_map?: Record<string, any>
|
||||
}
|
||||
metadata: {
|
||||
iterator_length: number
|
||||
@@ -334,6 +335,7 @@ export type ConversationVariableResponse = {
|
||||
|
||||
export type IterationDurationMap = Record<string, number>
|
||||
export type LoopDurationMap = Record<string, number>
|
||||
export type LoopVariableMap = Record<string, any>
|
||||
|
||||
export type WorkflowConfigResponse = {
|
||||
parallel_depth_limit: number
|
||||
|
||||
Reference in New Issue
Block a user