diff --git a/hindsight-control-plane/src/components/mental-models-view.tsx b/hindsight-control-plane/src/components/mental-models-view.tsx index 89b3771dcd..7c6f21f611 100644 --- a/hindsight-control-plane/src/components/mental-models-view.tsx +++ b/hindsight-control-plane/src/components/mental-models-view.tsx @@ -1239,7 +1239,7 @@ function UpdateMentalModelDialog({ const updated = await client.updateMentalModel(currentBank, mentalModel.id, { name: form.name.trim(), source_query: form.sourceQuery.trim(), - tags: tags.length > 0 ? tags : undefined, + tags, max_tokens: maxTokens, trigger: { mode: form.mode,