Class AnthropicCacheMissReason
java.lang.Object
dev.langchain4j.model.anthropic.internal.api.AnthropicCacheMissReason
The reason a cache-diagnostics comparison found a divergence, or why no comparison was produced.
type is a discriminator (e.g. "model_changed", "system_changed",
"tools_changed", "messages_changed", "previous_message_not_found",
"unavailable"). cacheMissedInputTokens is only present for the "*_changed" types.
Kept as a flat, loosely-typed POJO (rather than a discriminated union of subclasses) since this is a beta feature whose field names and semantics may change before general availability.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
cacheMissedInputTokens
-
-
Constructor Details
-
AnthropicCacheMissReason
public AnthropicCacheMissReason()
-
-
Method Details
-
getType
-
setType
-
getCacheMissedInputTokens
-
setCacheMissedInputTokens
-
equals
-
hashCode
-
toString
-