Invoke the chain with the provided input and returns the output.
invoke(input: RunInput, options: RunnableConfig<Record<string, any>>): Promise<ChainValues>| Name | Type | Description |
|---|---|---|
input* | RunInput | Input values for the chain run. |
options | RunnableConfig<Record<string, any>> |