コンテンツにスキップ

Config

TracingConfig

Bases: TypedDict

Configuration for tracing export.

Source code in src/agents/tracing/config.py
6
7
8
9
class TracingConfig(TypedDict, total=False):
    """Configuration for tracing export."""

    api_key: str