mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
Fix ToolResult parameters in test
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -78,8 +78,6 @@ def test_tool_result_not_duplicated_in_messages() -> None:
|
|||||||
|
|
||||||
tool_result = ToolResult(
|
tool_result = ToolResult(
|
||||||
result="Test tool result",
|
result="Test tool result",
|
||||||
tool_name="Test Tool",
|
|
||||||
tool_args={},
|
|
||||||
result_as_answer=False,
|
result_as_answer=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user