Skip to content

Commit

Permalink
Remove unused 'tool_mode' parameter from calculator component configu…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
ogabrielluiz committed Nov 18, 2024
1 parent 0d832ae commit fd1ff9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/base/langflow/components/tools/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class CalculatorToolComponent(LCToolComponent):
name="expression",
display_name="Expression",
info="The arithmetic expression to evaluate (e.g., '4*4*(33/22)+12-20').",
tool_mode=True,
),
]

Expand Down

0 comments on commit fd1ff9b

Please sign in to comment.