Skip to content

Commit 585d425

Browse files
committed
Sort args
1 parent b8cdb6e commit 585d425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cradl/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3332,9 +3332,9 @@ def create_action_run(
33323332
:py:class:`~cradl.LimitExceededException`, :py:class:`requests.exception.RequestException`
33333333
"""
33343334
body = dictstrip({
3335+
'agentRunId': agent_run_id,
33353336
'input': input,
33363337
'metadata': metadata,
3337-
'agentRunId': agent_run_id,
33383338
})
33393339
return self._make_request(requests.post, f'/actions/{action_id}/runs', body=body)
33403340

0 commit comments

Comments
 (0)