Skip to content

Commit

Permalink
Merge branch 'main' into feature/bot_update_api_supports_modifying_da…
Browse files Browse the repository at this point in the history
…taset
  • Loading branch information
chyroc authored Feb 5, 2025
2 parents d154d34 + 86956f9 commit e66c323
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cozepy/workflows/runs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def stream(
workflow_id: str,
parameters: Optional[Dict[str, Any]] = None,
bot_id: Optional[str] = None,
app_id: Optional[str] = None,
ext: Optional[Dict[str, Any]] = None,
) -> Stream[WorkflowEvent]:
"""
Expand All @@ -219,6 +220,7 @@ def stream(
body = {
"workflow_id": workflow_id,
"parameters": parameters,
"app_id": app_id,
"bot_id": bot_id,
"ext": ext,
}
Expand Down

0 comments on commit e66c323

Please sign in to comment.