Duplicated from agents-course/First_agent_template
367b7f9 8fe992b 367b7f9
1
2
3
4
5
6
7
8
9
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