Skip to content

ReAct Module

uglychain.react

final_answer(answer)

When get Final Answer, use this tool to return the answer and finishes the task.

Source code in src/uglychain/react.py
135
136
137
def final_answer(answer: str) -> str:
    """When get Final Answer, use this tool to return the answer and finishes the task."""
    return answer