MY_First_one / tools /final_answer.py
Vaibhavns003's picture
Create tools/final_answer.py
db02d9c verified
raw
history blame contribute delete
144 Bytes
from smolagents import tool
@tool
def FinalAnswerTool():
"""A tool that provides the final answer"""
return "Agent processing complete"