Replies: 1 comment
-
Is the ID dynamic or static? If static it's really easy: All runnables support tags and metadata. runnable.with_config({'tags': [ 'my_tag' ], 'metadata': { 'custom_id': 'foo'}) If dynamic, you can achieve the same result using the with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am serving my llm backend through langserve and logging with langsmith. It works great, however, when client side call the llm we would like to add custom id to langserver endpoint so it can log this id along with endpoint name in the langsmith.
Are there examples of how to go about this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions