aidentity#
- async langchain_core.runnables.passthrough.aidentity(x: Other) Other[source]#
Async identity function.
- Parameters:
x (Other) – input.
- Returns:
output.
- Return type:
Other
Site Navigation
Section Navigation
agentsbetacachescallbackschat_historychat_loaderschat_sessionsdocument_loadersdocumentsembeddingsexample_selectorsexceptionsglobalsgraph_vectorstoresindexinglanguage_modelsloadmemorymessagesoutput_parsersoutputsprompt_valuespromptsrate_limitersretrieversrunnablesstoresstructured_querysys_infotoolstracersutilsvectorstoresrunnablesAsync identity function.
x (Other) – input.
output.
Other