typos
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user