identity#

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

Identity function.

Parameters:

x (Other) – input.

Returns:

output.

Return type:

Other