mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-01 20:14:01 -04:00
RemoteRunnable provide a way to access metadata information #155
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eyurtsev on GitHub (Apr 1, 2024).
@Haxeebraja commented on GitHub (Jun 3, 2024):
I need to access metadata run id from ainvoke. Is there a way to access it in python?
requests package does return run_id however it does not support async.
Any suggestion to call async with any other package that would return run id?