vikramvasudevan commited on
Commit
c22c05a
·
verified ·
1 Parent(s): 5b41574

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. modules/nodes/conditions.py +1 -1
modules/nodes/conditions.py CHANGED
@@ -6,7 +6,7 @@ def _check_debug_condition(state: ChatState) -> str:
6
  else:
7
  return "__end__"
8
 
9
- MAX_TOOL_CALLS = 3
10
 
11
  def branching_condition(state: ChatState) -> str:
12
  # hard stop after MAX_TOOL_CALLS
 
6
  else:
7
  return "__end__"
8
 
9
+ MAX_TOOL_CALLS = 10
10
 
11
  def branching_condition(state: ChatState) -> str:
12
  # hard stop after MAX_TOOL_CALLS