Skip to content

Commit 39b2ee7

Browse files
committed
Fix visibility
1 parent b3a3e71 commit 39b2ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/openai/openai-java-1.1/library/src/main/java/io/opentelemetry/instrumentation/openai/v1_1/InstrumentedChatCompletionService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private ChatCompletion createWithLogs(
100100
return result;
101101
}
102102

103-
public StreamResponse<ChatCompletionChunk> createStreaming(
103+
private StreamResponse<ChatCompletionChunk> createStreaming(
104104
ChatCompletionCreateParams chatCompletionCreateParams, RequestOptions requestOptions) {
105105
Context parentCtx = Context.current();
106106
if (!instrumenter.shouldStart(parentCtx, chatCompletionCreateParams)) {

0 commit comments

Comments
 (0)