Skip to main content

SimilarCodeCacheClearOutput

Type Alias SimilarCodeCacheClearOutput 

Source
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: SimilarCodeCacheClearSchemaVersion

Independent cache-clear schema version.

§version: ToolVersion

Fallow version producing the cache-clear envelope.

§removed: bool

Whether an existing vector cache was removed.

§model_removed: bool

Whether model artifacts were removed. Version 1 always emits false.