Skip to content

Commit 4c1452c

Browse files
committed
Update documentation
1 parent 2d1afc0 commit 4c1452c

File tree

1 file changed

+3
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore

1 file changed

+3
-1
lines changed

instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ def response_hook(span, service_name, operation_name, result):
109109
- Amazon Nova models
110110
- Anthropic Claude
111111
112-
There is no support for tool calls with Amazon Models for the InvokeModel and InvokeModelWithResponseStream APIs.
112+
Tool calls with InvokeModel and InvokeModelWithResponseStream APIs are supported with:
113+
- Amazon Nova models
114+
- Anthropic Claude 3+
113115
"""
114116

115117
import logging

0 commit comments

Comments
 (0)