Spaces:
Runtime error
Runtime error
File size: 144 Bytes
db02d9c | 1 2 3 4 5 6 | from smolagents import tool
@tool
def FinalAnswerTool():
"""A tool that provides the final answer"""
return "Agent processing complete" |