Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
f1delius committed May 12, 2024
2 parents 6655f3a + 29d5480 commit b275343
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
from api import send_message_as_tool


async def workflow_steps(
superagent_url: str,
workflow_id: str,
api_key: str,
session: httpx.AsyncClient
):
async def workflow_steps(
superagent_url: str,
workflow_id: str,
Expand Down

0 comments on commit b275343

Please sign in to comment.