First_agent_template / tools /final_answer.py
NSruman's picture
Update tools/final_answer.py
367b7f9 verified
Raw
History Blame Contribute Delete
187 Bytes
from smolagents import tool
@tool
def final_answer(answer: str) -> str:
"""Tool to submit final answers
Args:
answer: The final answer to submit
"""
return answer