Create a run, wait for the final output and then return it.
Payload for creating a run.
The assistant ID or graph name to run. If using graph name, will default to first assistant created from that graph.
The input to the graph.
The command to run.
Metadata to assign to the run.
The configuration for the assistant.
Static context added to the assistant.
Webhook to call after LangGraph API call is done.
1 - 65536The stream mode(s) to use.
values, messages, messages-tuple, tasks, checkpoints, updates, events, debug, custom Generate pre-signed URLs for assigning feedback keys to the run.
For each key specified, a unique URL will be generated that can be called to assign the feedback key to the run. See LangSmith Feedback for more details.
Whether to stream output from subgraphs.
Whether to persist the stream chunks in order to resume the stream later.
Whether to delete or keep the thread created for a stateless run. Must be one of 'delete' or 'keep'.
delete, keep The disconnect mode to use. Must be one of 'cancel' or 'continue'.
cancel, continue The number of seconds to wait before starting the run. Use to schedule future runs.
Whether to checkpoint during the run.
Durability level for the run. Must be one of 'sync', 'async', or 'exit'.
sync, async, exit Success