kodeagent.fca.final_answer#
- kodeagent.fca.final_answer(result: str) str[source]#
Provide the final answer to the user’s task and end the conversation. Always call this tool when you have enough information to answer.
- Parameters:
result – The final answer or result of the task.
- Returns:
The final answer text in user-readable format.