You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/admin/src/i18n/en.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -613,7 +613,7 @@ export default {
613
613
insight_scope: 'Insight',
614
614
insight_disabled: 'Disabled',
615
615
insight_agent: 'Per Agent',
616
-
insight_session: 'Per Session',
616
+
insight_profile: 'Per Profile',
617
617
insight_hint: 'When enabled, the agent can accumulate and reuse insights across conversations',
618
618
insight_extractor: 'Extraction Model',
619
619
insight_extractor_placeholder: 'Select a model',
@@ -624,7 +624,7 @@ export default {
624
624
error_insight_extractor: 'An extraction model is required when Insight is enabled',
625
625
todo_scope: 'Todo',
626
626
todo_disabled: 'Disabled',
627
-
todo_session: 'Per Session',
627
+
todo_profile: 'Per Profile',
628
628
todo_hint: 'When enabled, todos are automatically extracted/updated from the conversation each turn. Only the read-only todo_list tool is exposed to the agent.',
0 commit comments