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-google-genai/src/opentelemetry/instrumentation/google_genai/version.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,4 @@
17
17
# This version should stay below "1.0" until the fundamentals
18
18
# in "TODOS.md" have been addressed. Please revisit the TODOs
19
19
# listed there before bumping to a stable version.
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions/bedrock_utils.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -386,6 +386,10 @@ def extract_tool_results(
386
386
ifnotcontent:
387
387
return
388
388
389
+
# langchain sends content as string with InvokeModel and Anthropic Claude
0 commit comments