feat: message interception
This commit is contained in:
+10
-1
@@ -65,6 +65,16 @@
|
||||
"template.settingsModal.advanced.skipInjectionsOptions.impersonation": "Only on impersonation requests",
|
||||
"template.settingsModal.advanced.skipInjectionsOptions.guided": "Always for guided or quiet prompts",
|
||||
"template.settingsModal.advanced.skipInjectionsNote": "When set, the extension will not inject tracker prompts, examples, or HTML instructions according to the selected mode when a guided generation (via `instruct` or `quiet_prompt`) is detected. Useful when using GuidedGenerations or similar extensions.",
|
||||
"template.settingsModal.advanced.enableMessageInterception": "Intercept & rewrite user messages with AI",
|
||||
"template.settingsModal.advanced.enableMessageInterceptionNote": "When enabled, user messages are sent to the AI and rewritten in-place.",
|
||||
"template.settingsModal.advanced.interceptionModeLabel": "Interception:",
|
||||
"template.settingsModal.advanced.interceptionOn": "On",
|
||||
"template.settingsModal.advanced.interceptionOff": "Off",
|
||||
"template.settingsModal.advanced.messageInterceptionDepth": "Interception Context Messages:",
|
||||
"template.settingsModal.advanced.messageInterceptionDepthNote": "How many recent messages to send with the interception prompt.",
|
||||
"template.settingsModal.advanced.customMessageInterceptionPromptTitle": "Custom Message Interception Prompt:",
|
||||
"template.settingsModal.advanced.restoreDefaultMessageInterceptionPrompt": "Restore Default",
|
||||
"template.settingsModal.advanced.customMessageInterceptionPromptNote": "Customize the instructions sent to the AI when rewriting user messages. Leave empty to use the default guidance. The AI receives this prompt, the current RPG state JSON, and the recent messages you specify above.",
|
||||
"template.settingsModal.advanced.customTrackerPromptTitle": "Custom Tracker Prompt:",
|
||||
"template.settingsModal.advanced.restoreDefaultTrackerPrompt": "Restore Default",
|
||||
"template.settingsModal.advanced.customTrackerPromptNote": "Customize the instructions sent to the AI for generating tracker data. Use {{user}} as a placeholder for the user's name. This is the main prompt that tells the AI how to format and update the RPG trackers.",
|
||||
@@ -88,7 +98,6 @@
|
||||
"template.trackerEditorModal.userStatsTab.alwaysIncludeAttributes": "Always Include Attributes in Prompt",
|
||||
"template.trackerEditorModal.userStatsTab.alwaysIncludeAttributesNote": "If disabled, attributes are only sent when a dice roll is active.",
|
||||
"template.trackerEditorModal.userStatsTab.allowAIUpdateAttributes": "Allow AI to Update RPG Attributes",
|
||||
"template.trackerEditorModal.userStatsTab.allowAIUpdateAttributesNote": "If enabled, the AI can update attribute values and level from its responses. If disabled, attributes are read-only and can only be changed manually.",
|
||||
"template.trackerEditorModal.userStatsTab.addAttributeButton": "Add Attribute",
|
||||
"template.trackerEditorModal.userStatsTab.statusSectionTitle": "Status Section",
|
||||
"template.trackerEditorModal.userStatsTab.enableStatusSection": "Enable Status Section",
|
||||
|
||||
+10
-1
@@ -65,6 +65,16 @@
|
||||
"template.settingsModal.advanced.skipInjectionsOptions.impersonation": "僅在模擬請求時跳過",
|
||||
"template.settingsModal.advanced.skipInjectionsOptions.guided": "始終跳過引導",
|
||||
"template.settingsModal.advanced.skipInjectionsNote": "當設置後,擴充功能在檢測到引導生成(通過 `instruct` 或 `quiet_prompt`)時,將根據所選模式不注入追蹤提示詞、範例或 HTML 指令。當與 GuidedGenerations 或類似擴充功能一起使用時非常有用。",
|
||||
"template.settingsModal.advanced.enableMessageInterception": "以 AI 攔截並改寫使用者訊息",
|
||||
"template.settingsModal.advanced.enableMessageInterceptionNote": "啟用後,使用者訊息會連同當前 RPG 狀態與近期聊天內容一起送交 AI,然後在原位改寫。",
|
||||
"template.settingsModal.advanced.interceptionModeLabel": "攔截模式:",
|
||||
"template.settingsModal.advanced.interceptionOn": "開啟",
|
||||
"template.settingsModal.advanced.interceptionOff": "關閉",
|
||||
"template.settingsModal.advanced.messageInterceptionDepth": "攔截時的上下文訊息數:",
|
||||
"template.settingsModal.advanced.messageInterceptionDepthNote": "攔截時要附帶的近期訊息數量。",
|
||||
"template.settingsModal.advanced.customMessageInterceptionPromptTitle": "自訂訊息攔截提示:",
|
||||
"template.settingsModal.advanced.restoreDefaultMessageInterceptionPrompt": "恢復預設",
|
||||
"template.settingsModal.advanced.customMessageInterceptionPromptNote": "自訂 AI 改寫使用者訊息時的指令。留空則使用預設指引。AI 會收到這段提示詞、目前的 RPG 狀態 JSON,以及上方設定的近期訊息。",
|
||||
"template.settingsModal.advanced.customTrackerPromptTitle": "自訂追蹤器提示詞:",
|
||||
"template.settingsModal.advanced.restoreDefaultTrackerPrompt": "恢復預設",
|
||||
"template.settingsModal.advanced.customTrackerPromptNote": "自訂發送給 AI 生成追蹤器數據的指令。使用 {{user}} 作為使用者名稱的佔位符。這是告訴 AI 如何格式化和更新 RPG 追蹤器的主要提示詞。",
|
||||
@@ -88,7 +98,6 @@
|
||||
"template.trackerEditorModal.userStatsTab.alwaysIncludeAttributes": "始終發送屬性(prompt)",
|
||||
"template.trackerEditorModal.userStatsTab.alwaysIncludeAttributesNote": "將 RPG 屬性始終包含在提示詞中,即使它們未顯示在面板上也一樣。",
|
||||
"template.trackerEditorModal.userStatsTab.allowAIUpdateAttributes": "允許 AI 更新 RPG 屬性",
|
||||
"template.trackerEditorModal.userStatsTab.allowAIUpdateAttributesNote": "如果啟用,AI 可以從其 JSON 回應中更新屬性值和等級。如果禁用,屬性為唯讀,只能手動更改。",
|
||||
"template.trackerEditorModal.userStatsTab.addAttributeButton": "添加屬性",
|
||||
"template.trackerEditorModal.userStatsTab.statusSectionTitle": "狀態欄",
|
||||
"template.trackerEditorModal.userStatsTab.enableStatusSection": "啟用狀態欄",
|
||||
|
||||
Reference in New Issue
Block a user