mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-27 01:41:19 -04:00
Custom Run IDs & tags with proxy #6
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 @sfuller14 on GitHub (Apr 5, 2024).
Hi there,
Thanks for all the innovative stuff the team is putting out.
I'm using the langsmith proxy because I need langsmith to support streaming, and, to my understanding of the docs, using the proxy is the only way to do this currently (?).
However, when using the proxy, there's no documentation on how to specify custom Run IDs, Trace IDs, tags, metadata, etc. The pattern shown in the docs is basically just raw OpenAI API syntax with the proxy URL specified as a param in openai.Client().
Are tags, IDs currently supported by the proxy?
Tyia
@hinthornw commented on GitHub (Apr 5, 2024):
Hi @sfuller14 could you elaborate on langsmith not supporting streaming? What are you trying to do?
LangSmith supports streaming natively:
The proxy doesn't currently support all the tags, metadata and run ID specification
@sfuller14 commented on GitHub (Apr 5, 2024):
Okay thanks for confirming. I couldn't find that pattern anywhere in the docs except in the proxy section - could be worth making explicit somewhere like the QuickStart (though I may have just missed it). Thanks!