> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# createOpenAIAgentsTracingProcessor

> TypeScript SDK 레퍼런스

<div id="createopenaiagentstracingprocessor">
  # createOpenAIAgentsTracingProcessor
</div>

▸ **createOpenAIAgentsTracingProcessor**(): `TracingProcessor`

OpenAI Agents용 새 Weave 트레이싱 프로세서를 생성합니다.

<div id="returns">
  #### 반환값
</div>

`TracingProcessor`

OpenAI Agents에 등록할 수 있는 `TracingProcessor` 인스턴스입니다.

`Example`

```typescript twoslash theme={null}
// @noErrors
import { addTraceProcessor } from '@openai/agents';
import { createOpenAIAgentsTracingProcessor } from 'weave';

const processor = createOpenAIAgentsTracingProcessor();
addTraceProcessor(processor);
```

<div id="defined-in">
  #### 정의 위치
</div>

[src/integrations/openai.agent.ts:102](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/integrations/openai.agent.ts#L102)

***
