You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation-genai/opentelemetry-instrumentation-langchain/src/opentelemetry/instrumentation/langchain/callback_handler.py
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,8 @@ def on_chat_model_start(
55
55
**kwargs: Any,
56
56
) ->None:
57
57
# Other providers/LLMs may be supported in the future and telemetry for them is skipped for now.
0 commit comments