Submit input or a resume command to the active thread.
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. |