fix(llm): also add note_embeddings to froca and consistency tests

This commit is contained in:
perf3ct
2025-06-02 15:49:45 +00:00
parent f3a21cda98
commit cc0795f812
3 changed files with 4 additions and 1 deletions

View File

@@ -799,6 +799,7 @@ class ConsistencyChecks {
this.runEntityChangeChecks("attributes", "attributeId");
this.runEntityChangeChecks("etapi_tokens", "etapiTokenId");
this.runEntityChangeChecks("options", "name");
this.runEntityChangeChecks("note_embeddings", "embedId");
}
findWronglyNamedAttributes() {