Skip to content

Commit 7bbc4b3

Browse files
committed
sync
1 parent 17e0f39 commit 7bbc4b3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/genai/GenAiAttributesGetter.java

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public interface GenAiAttributesGetter<REQUEST, RESPONSE> {
5050
@Nullable
5151
Double getRequestTopP(REQUEST request);
5252

53-
@Nullable
5453
List<String> getResponseFinishReasons(REQUEST request, RESPONSE response);
5554

5655
@Nullable

instrumentation/aws-sdk/aws-sdk-2.2/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/internal/BedrockRuntimeAttributesGetter.java

-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ public Double getRequestTopP(ExecutionAttributes executionAttributes) {
114114
return BedrockRuntimeAccess.getTopP(executionAttributes.getAttribute(SDK_REQUEST_ATTRIBUTE));
115115
}
116116

117-
@Nullable
118117
@Override
119118
public List<String> getResponseFinishReasons(
120119
ExecutionAttributes executionAttributes, @Nullable Response response) {

0 commit comments

Comments
 (0)