diff --git a/agents-api/tests/test_execution_workflow.py b/agents-api/tests/test_execution_workflow.py index e953fe138..ace598b19 100644 --- a/agents-api/tests/test_execution_workflow.py +++ b/agents-api/tests/test_execution_workflow.py @@ -518,6 +518,7 @@ async def _( developer_id=developer_id, agent_id=agent.id, data=CreateTaskRequest( + inherit_tools=True, name="test task", description="test task about", input_schema={"type": "object", "additionalProperties": True}, @@ -578,6 +579,7 @@ async def _( developer_id=developer_id, agent_id=agent.id, data=CreateTaskRequest( + inherit_tools=True, name="test task", description="test task about", input_schema={"type": "object", "additionalProperties": True},