You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/inference/InferenceContext.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,9 @@
18
18
19
19
/**
20
20
* Record for storing context alongside an inference request, typically used for metadata.
21
-
* This is mainly used to pass along inference context on the transport layer without relying on {@link org.elasticsearch.common.util.concurrent.ThreadContext},
22
-
* which depending on the internal {@link org.elasticsearch.client.internal.Client} throws away parts of the context, when passed along the transport layer.
21
+
* This is mainly used to pass along inference context on the transport layer without relying on
22
+
* {@link org.elasticsearch.common.util.concurrent.ThreadContext}, which depending on the internal
23
+
* {@link org.elasticsearch.client.internal.Client} throws away parts of the context, when passed along the transport layer.
23
24
*
24
25
* @param productUseCase - for now mainly used by Elastic Inference Service
0 commit comments