Invoke the prompt.
invoke(
self,
input: dict,
config: RunnableConfig | None = None,
**kwargs: Any = {}
) -> PromptValue| Name | Type | Description |
|---|---|---|
input* | dict | Input to the prompt. |
config | RunnableConfig | None | Default: NoneConfiguration for the prompt. |