TracingConfig
이 콘텐츠는 아직 번역되지 않았습니다.
type TracingConfig = object;Properties
Section titled “Properties”apiKey?
Section titled “apiKey?”optional apiKey?: string;includeTaskAndTurnSpans?
Section titled “includeTaskAndTurnSpans?”optional includeTaskAndTurnSpans?: boolean;Whether runner-created task and turn spans are included in traces.
Defaults to true. Set to false to keep the existing agent, model,
tool, guardrail, and handoff spans without the additional task/turn
hierarchy.