Skip to content

Commit 59dda8c

Browse files
committed
update comment
1 parent f88aef1 commit 59dda8c

File tree

1 file changed

+0
-1
lines changed
  • packages/core/src/utils/anthropic-ai

1 file changed

+0
-1
lines changed

packages/core/src/utils/anthropic-ai/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ function createDeepProxy<T extends AnthropicAiClient>(target: T, currentPath = '
212212

213213
if (typeof value === 'function') {
214214
// Bind non-instrumented functions to preserve the original `this` context,
215-
// which is required for accessing private class fields (e.g. #baseURL) in OpenAI SDK v5.
216215
return value.bind(obj);
217216
}
218217

0 commit comments

Comments
 (0)