Skip to content

Commit a38ebc8

Browse files
committed
more updates to readme
1 parent 2f59dd7 commit a38ebc8

File tree

1 file changed

+3
-3
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-openai-agents

1 file changed

+3
-3
lines changed

instrumentation-genai/opentelemetry-instrumentation-openai-agents/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ OpenTelemetry OpenAI Agents Instrumentation
66
.. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-openai-agents.svg
77
:target: https://pypi.org/project/opentelemetry-instrumentation-openai-agents/
88

9-
This library allows tracing OpenAI Agents framework requests and logging of messages made by the
10-
`OpenAI Python API library <https://pypi.org/project/openai/>`_ when used with agent frameworks.
11-
It also captures the duration of the operations and the number of tokens used as metrics.
9+
This library instruments the `OpenAI Agents framework <https://openai.github.io/openai-agents-python/>`_
10+
to trace requests and log messages flowing through agents. It also captures operation duration and
11+
token usage as metrics.
1212

1313
Installation
1414
------------

0 commit comments

Comments
 (0)