From 2d305aec984fbe071ecbf79aa2f3129a0967e3a9 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Fri, 8 May 2026 16:22:36 +0700 Subject: [PATCH] Rename ontology intent axis --- src/ontology/place-ontology.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/place-ontology.ts b/src/ontology/place-ontology.ts index 25a5019..e79fbed 100644 --- a/src/ontology/place-ontology.ts +++ b/src/ontology/place-ontology.ts @@ -31,7 +31,7 @@ export const placeOntology: OntologyAxis[] = [ ], }, { - id: 'intent', + id: 'function', leaves: [ { id: 'reset', keywords: ['rest', 'breathe', 'reset', 'recover'] }, { id: 'impress', keywords: ['impress', 'beautiful', 'special', 'wow'] },