Skip to content

Commit 2eb9a2d

Browse files
committed
Fix english and typos
1 parent 20e5073 commit 2eb9a2d

File tree

1 file changed

+5
-5
lines changed
  • instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,22 +92,22 @@ def response_hook(span, service_name, operation_name, result):
9292
Bedrock Runtime
9393
***************
9494
95-
This extensions implements the GenAI semantic conventions for the following API calls :
95+
This extension implements the GenAI semantic conventions for the following API calls:
9696
9797
- Converse
98-
- ConverStream
98+
- ConverseStream
9999
- InvokeModel
100-
- InvokeModelWithStreamResponse
100+
- InvokeModelWithResponseStream
101101
102102
For the Converse and ConverseStream APIs tracing, events and metrics are implemented.
103103
104-
For the InvokeModel and InvokeModelWithStreamResponse APIs tracing, events and metrics implemented only for a subset of
104+
For the InvokeModel and InvokeModelWithResponseStream APIs tracing, events and metrics implemented only for a subset of
105105
the available models, namely:
106106
- Amazon Titan models
107107
- Amazon Nova models
108108
- Anthropic Claude
109109
110-
There is no support for tool calls with Amazon Models for the InvokeModel and InvokeModelWithStreamResponse APIs.
110+
There is no support for tool calls with Amazon Models for the InvokeModel and InvokeModelWithResponseStream APIs.
111111
"""
112112

113113
import logging

0 commit comments

Comments
 (0)