submit(input: unknown, options: StreamSubmitOptions<StateType, ConfigurableType>): Promise<void>| Name | Type | Description |
|---|---|---|
input* | unknown | Input payload for a new run. |
options | StreamSubmitOptions<StateType, ConfigurableType> | Per-run config, metadata, multitask behavior, and callbacks. |
Submit input to the active thread.
To resume a pending interrupt, use respond instead.