Async transform the input into the output format.
atransform(
self,
input: AsyncIterator[str | BaseMessage],
config: RunnableConfig | None = None,
**kwargs: Any = {}
) -> AsyncIterator[T]| 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: {}Additional keyword arguments. |