pub type SimilarCodeCacheClearOutput = SimilarCodeCacheClearOutput;Expand description
Project-local vector-cache clear result.
Aliased Type§
pub struct SimilarCodeCacheClearOutput {
pub schema_version: SimilarCodeCacheClearSchemaVersion,
pub version: ToolVersion,
pub removed: bool,
pub model_removed: bool,
}Fields§
§schema_version: SimilarCodeCacheClearSchemaVersionIndependent cache-clear schema version.
version: ToolVersionFallow version producing the cache-clear envelope.
removed: boolWhether an existing vector cache was removed.
model_removed: boolWhether model artifacts were removed. Version 1 always emits false.