Skip to content

Commit 863693b

Browse files
committed
Don't default input value
1 parent 785e52d commit 863693b

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
@@ -3333,7 +3333,7 @@ def create_action_run(
33333333
"""
33343334
body = dictstrip({
33353335
'agentRunId': agent_run_id,
3336-
'input': input or {},
3336+
'input': input,
33373337
'metadata': metadata,
33383338
})
33393339
return self._make_request(requests.post, f'/actions/{action_id}/runs', body=body)

0 commit comments

Comments
 (0)