Skip to content

Commit

Permalink
Merge pull request #1006 from julep-ai/x/execution-workflow-fix
Browse files Browse the repository at this point in the history
Execution workflow fix
  • Loading branch information
whiterabbit1983 authored Jan 2, 2025
2 parents fd3bc23 + ed91d84 commit 3fa2272
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 3fa2272

Please sign in to comment.