aidentity#

async langchain_core.runnables.passthrough.aidentity(x: Other) Other[source]#

Async identity function.

Parameters:

x (Other) – input.

Returns:

output.

Return type:

Other