Skip to content

Commit

Permalink
change imports to relative
Browse files Browse the repository at this point in the history
  • Loading branch information
HamadaSalhab committed Sep 22, 2024
1 parent 09b0c20 commit 6a3ba9f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions agents-api/agents_api/activities/task_steps/tool_call_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
from beartype import beartype
from temporalio import activity

from agents_api.activities.task_steps import base_evaluate
from agents_api.autogen.Tasks import ToolCallStep

from ...activities.task_steps import base_evaluate
from ...autogen.openapi_model import ToolCallStep
from ...common.protocol.tasks import (
StepContext,
StepOutcome,
Expand Down

0 comments on commit 6a3ba9f

Please sign in to comment.