We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 585d425 commit 7bfe66aCopy full SHA for 7bfe66a
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Version 0.4.6 - 2025-11-14
+## Version 0.4.7 - 2025-11-14
4
5
- Add create_action_run method
6
src/cradl/client.py
@@ -3311,11 +3311,11 @@ def create_action_run(
3311
self,
3312
action_id: str,
3313
*,
3314
- agent_run_id: str = None,
+ agent_run_id: Optional[str] = None,
3315
input: Optional[dict] = None,
3316
metadata: Optional[dict] = None,
3317
) -> Dict:
3318
- """Create action run, calls the POST /actions/{actionId}/runs/{runId} endpoint.
+ """Create action run, calls the POST /actions/{actionId}/runs/ endpoint.
3319
3320
:param action_id: Id of the action
3321
:type action_id: str
0 commit comments