Invokes the prompt template with the given input and options.
invoke(input: RunInput, options: BaseCallbackConfig): Promise<StringPromptValueInterface>| Name | Type | Description |
|---|---|---|
input* | RunInput | The input to invoke the prompt template with. |
options | BaseCallbackConfig | Optional configuration for the callback. |