fix(stage-pages): fix navigation for context-observer
This commit is contained in:
@@ -337,6 +337,9 @@ pages:
|
||||
subtitle: Select a default model from the provider
|
||||
title: Model
|
||||
title: Consciousness
|
||||
context-observer:
|
||||
description: Track how active context entries merge over time
|
||||
title: Context Observer
|
||||
description: Thinking, vision, speech synthesis, gaming, etc.
|
||||
gaming-factorio:
|
||||
description: Playing Factorio!
|
||||
|
||||
@@ -643,3 +643,10 @@ watch([selectedSource, strategyFilter, textFilter, onlyWithText], () => {
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<route lang="yaml">
|
||||
meta:
|
||||
layout: settings
|
||||
titleKey: settings.pages.modules.context-observer.title
|
||||
subtitleKey: settings.pages.modules.context-observer.description
|
||||
</route>
|
||||
|
||||
Reference in New Issue
Block a user