current_input_id
functiongworker_client.io.current_input_id
Return the ID of the current batched input within a function call. Distinct from current_function_call_id when @batched is in use. Returns None outside of a remote invocation.
Signature
python
1current_input_id() -> str | None