Skip to content

Commit 82ce713

Browse files
authored
Update InferenceContext.java
1 parent a6e9297 commit 82ce713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/inference/InferenceContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* This is mainly used to pass along inference context on the transport layer without relying on {@link org.elasticsearch.common.util.concurrent.ThreadContext},
2121
* which depending on the internal {@link org.elasticsearch.client.internal.Client} throws away parts of the context, when passed along the transport layer.
2222
*
23-
* @param productUseCase - metadata for now mainly interesting for the Elastic Inference Service
23+
* @param productUseCase - for now mainly interesting to Elastic Inference Service
2424
*/
2525
public record InferenceContext(String productUseCase) implements Writeable, ToXContent {
2626

0 commit comments

Comments
 (0)