You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation-genai/opentelemetry-instrumentation-openai-agents/src/opentelemetry/instrumentation/openai_agents/__init__.py
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -48,12 +48,8 @@
48
48
Configuration
49
49
-------------
50
50
51
-
Environment variables:
52
-
53
-
- ``OTEL_INSTRUMENTATION_OPENAI_AGENTS_CAPTURE_CONTENT``: ``true`` to
Copy file name to clipboardExpand all lines: instrumentation-genai/opentelemetry-instrumentation-openai-agents/src/opentelemetry/instrumentation/openai_agents/events.py
+3-18Lines changed: 3 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -7,24 +7,18 @@
7
7
- gen_ai.evaluation.result (helper only; actual evaluation may happen
Copy file name to clipboardExpand all lines: instrumentation-genai/opentelemetry-instrumentation-openai-agents/src/opentelemetry/instrumentation/openai_agents/genai_semantic_processor.py
Copy file name to clipboardExpand all lines: instrumentation-genai/opentelemetry-instrumentation-openai-agents/src/opentelemetry/instrumentation/openai_agents/utils.py
-33Lines changed: 0 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -12,37 +12,10 @@
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
-
fromosimportenviron
16
15
fromtypingimportOptional
17
16
18
17
from .constantsimportGenAIOutputType, GenAIProvider, GenAIToolType
0 commit comments