Skip to content

Commit aa5533f

Browse files
Stephen Belangerclaude
andcommitted
fix(api-compat): remove openAIAgents from public BraintrustPluginConfig and InstrumentationConfig interfaces
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9e74c49 commit aa5533f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

js/src/instrumentation/braintrust-plugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export interface BraintrustPluginConfig {
2727
claudeAgentSDK?: boolean;
2828
cursor?: boolean;
2929
cursorSDK?: boolean;
30-
openAIAgents?: boolean;
3130
openrouter?: boolean;
3231
openrouterAgent?: boolean;
3332
mistral?: boolean;

js/src/instrumentation/registry.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export interface InstrumentationConfig {
2323
claudeAgentSDK?: boolean;
2424
cursor?: boolean;
2525
cursorSDK?: boolean;
26-
openAIAgents?: boolean;
2726
openrouter?: boolean;
2827
openrouterAgent?: boolean;
2928
mistral?: boolean;

0 commit comments

Comments
 (0)