Transform a single input into an output.
ainvoke(
self,
input: Input,
config: RunnableConfig | None = None,
**kwargs: Any = {}
) -> Output| Name | Type | Description |
|---|---|---|
input* | Input | The input to the |
config | RunnableConfig | None | Default: NoneA config to use when invoking the The config supports standard keys like Please refer to |