Skip to content

Commit 73fdb57

Browse files
committed
no-nullable
1 parent 6c57d34 commit 73fdb57

File tree

1 file changed

+0
-1
lines changed
  • instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/genai

1 file changed

+0
-1
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

0 commit comments

Comments
 (0)