콘텐츠로 이동

TracingConfig

이 콘텐츠는 아직 번역되지 않았습니다.

type TracingConfig = object;
optional apiKey?: string;

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.