Skip to content

Commit 246b646

Browse files
Update x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/inference/action/InferenceActionProxy.java
Co-authored-by: David Kyle <[email protected]>
1 parent 0d4b801 commit 246b646

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/action/InferenceActionProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public boolean equals(Object o) {
126126

127127
@Override
128128
public int hashCode() {
129-
return Objects.hash(taskType, inferenceEntityId, content, contentType);
129+
return Objects.hash(taskType, inferenceEntityId, content, contentType, timeout, stream);
130130
}
131131
}
132132
}

0 commit comments

Comments
 (0)