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