Skip to content

Commit f0733f5

Browse files
fpfp100Copilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7cdd5e5 commit f0733f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/agents-a365-observability-extensions-openai/src/OpenAIAgentsTraceProcessor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class OpenAIAgentsTraceProcessor implements TracingProcessor {
5050

5151
constructor(tracer: OtelTracer, options?: { suppressInvokeAgentInput?: boolean }) {
5252
this.tracer = tracer;
53-
this.suppressInvokeAgentInput = options?.suppressInvokeAgentInput ?? false;
53+
this.suppressInvokeAgentInput = options?.suppressInvokeAgentInput ?? false;
5454
}
5555

5656
private getNewKey(spanType: string, key: string): string | null {

0 commit comments

Comments
 (0)