atransform(
self,
input: AsyncIterator[str | BaseMessage],
config: RunnableConfig | Name | Type | Description |
|---|---|---|
input* | AsyncIterator[str | BaseMessage] | The input to transform. |
config | RunnableConfig | None | Default: NoneThe configuration to use for the transformation. |
**kwargs | Any | Default: {} |
Async transform the input into the output format.
Additional keyword arguments.