This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-10-05 20:47:56 +02:00
parent ae2ea6d3c9
commit 314077a63d
3 changed files with 6 additions and 6 deletions

View File

@@ -220,7 +220,7 @@ def agent_with_tools(model: Model, seed: int, test: Test, technique: Technique,
chunks.append(chunk["messages"][-1])
except RecursionError:
return {
"answer": ">>Model did not come to a conclusion (Recusion Error)<<",
"answer": ">>Model did not come to a conclusion (Recursion Error)<<",
"tool_calls": tool_calls
}