File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
packages/instrumentation-langchain/src Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,6 @@ export class LangChainInstrumentation extends InstrumentationBase<any> {
8181 return moduleExports ;
8282 }
8383
84- moduleExports . openLLMetryPatched = true ;
85-
8684 this . _wrap (
8785 moduleExports . RetrievalQAChain . prototype ,
8886 "_call" ,
@@ -107,8 +105,6 @@ export class LangChainInstrumentation extends InstrumentationBase<any> {
107105 return moduleExports ;
108106 }
109107
110- moduleExports . openLLMetryPatched = true ;
111-
112108 this . _wrap (
113109 moduleExports . AgentExecutor . prototype ,
114110 "_call" ,
@@ -128,8 +124,6 @@ export class LangChainInstrumentation extends InstrumentationBase<any> {
128124 return moduleExports ;
129125 }
130126
131- moduleExports . openLLMetryPatched = true ;
132-
133127 this . _wrap (
134128 moduleExports . Tool . prototype ,
135129 "call" ,
You can’t perform that action at this time.
0 commit comments