createOpenAIAgentsTracingProcessor
TracingProcessor
OpenAI Agents 向けの新しい Weave トレースプロセッサを作成します。
戻り値
TracingProcessor
OpenAI Agents に登録可能な TracingProcessor インスタンスです
例
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
TypeScript SDK リファレンス
TracingProcessor
OpenAI Agents 向けの新しい Weave トレースプロセッサを作成します。
TracingProcessor
OpenAI Agents に登録可能な TracingProcessor インスタンスです
例
import { addTraceProcessor } from '@openai/agents';
import { createOpenAIAgentsTracingProcessor } from 'weave';
const processor = createOpenAIAgentsTracingProcessor();
addTraceProcessor(processor);