Tracing Assistant Chat #4914
asheeshgarg
started this conversation in
General
Replies: 1 comment 6 replies
-
Currently the runtime is not accessible for agentchat, we're planning on addressing this shortly in 0.4.1. The issue is here: #4075 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order to run tracing I was able to run the following.
runtime = SingleThreadedAgentRuntime(tracer_provider=configure_oltp_tracing())
from opentelemetry.instrumentation.openai import OpenAIInstrumentor
OpenAIInstrumentor().instrument()
When I was looking at the BaseGroupChat the SingleThreadedAgentRuntime() is not started with tracing. Is there a way to start tracing for AssitantAgent using some environment.
Beta Was this translation helpful? Give feedback.
All reactions