diff --git a/docs/tracing.md b/docs/tracing.md index b2b50517a4..ad73c68329 100644 --- a/docs/tracing.md +++ b/docs/tracing.md @@ -164,7 +164,7 @@ You can use an OpenAI API key with non-OpenAI models to enable free tracing in t ```python import os -from agents import set_tracing_export_api_key, Agent, Runner +from agents import set_tracing_export_api_key, Agent from agents.extensions.models.any_llm_model import AnyLLMModel tracing_api_key = os.environ["OPENAI_API_KEY"]