Skip to content

Commit

Permalink
fix: Set inherit_tools to true
Browse files Browse the repository at this point in the history
  • Loading branch information
whiterabbit1983 committed Jan 2, 2025
1 parent 46db771 commit ed91d84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agents-api/tests/test_execution_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down Expand Up @@ -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},
Expand Down

0 comments on commit ed91d84

Please sign in to comment.