File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
instrumentation-genai/opentelemetry-instrumentation-openai-agents Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ OpenTelemetry OpenAI Agents Instrumentation
6
6
.. |pypi | image :: https://badge.fury.io/py/opentelemetry-instrumentation-openai-agents.svg
7
7
:target: https://pypi.org/project/opentelemetry-instrumentation-openai-agents/
8
8
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.
12
12
13
13
Installation
14
14
------------
You can’t perform that action at this time.
0 commit comments