Method that invokes the runnable with the specified input, run manager, and config. It handles the retry logic by catching any errors and recursively invoking itself with the updated config for the next retry attempt.
| Name | Type | Description |
|---|---|---|
input* | RunInput | The input for the runnable. |
config | Partial<CallOptions> | The config for the runnable. |