Kay Lin
Kay Lin10mo ago

OpenAI Assistants

Hi, I am an avid user of Langfuse and have greatly benefited from its features in debugging. While with the recent launch of OpenAI's Beta Assistant API, I am curious to know if there is any Python SDK support (or in progress) available for it. I have checked both GitHub and Discord but haven't found any relevant information. Thanks in advance and looking forward to utilizing it more extensively.
1 Reply
Marc
Marc10mo ago
Hi @Kay Lin missed to respond quickly here. Yes, there is curently no native tracing of the assistant (including its run steps) yet. What some people do is that they use the Python SDK to track the assistant runs themselves. Looking into how to add a more native integration, tracking this here: https://github.com/langfuse/langfuse/issues/597 Feel free to add your thoughts
GitHub
feat(openai-python): native support for assistants · Issue #597 · l...
Describe the feature you'd like to request Capture the full context of an OpenAI Assistant run as a trace in Langfuse Describe the solution you'd like to see capture context of assistant, t...