mirror of
https://github.com/crewAIInc/crewAI-examples.git
synced 2026-01-10 22:38:00 -05:00
Merge pull request #27 from tkunstek/main
Fix typo preventing use of tool by Ollama models
This commit is contained in:
@@ -3,7 +3,7 @@ from langchain.tools import tool
|
||||
|
||||
class CalculatorTools():
|
||||
|
||||
@tool("Make a calcualtion")
|
||||
@tool("Make a calculation")
|
||||
def calculate(operation):
|
||||
"""Useful to perform any mathematical calculations,
|
||||
like sum, minus, multiplication, division, etc.
|
||||
|
||||
Reference in New Issue
Block a user