langserve
langserve copied to clipboard
RemoteRunnable provide a way to access metadata information
- Needs to be consistent with JS
- Also fix the None for client langsmith when feedback is not enabled
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?