diff --git a/public/img/manual.svg b/public/img/manual.svg new file mode 100644 index 000000000..e313ab59c --- /dev/null +++ b/public/img/manual.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/scripts/slash-commands.js b/public/scripts/slash-commands.js index 8f3a1baa7..5b2dd0739 100644 --- a/public/scripts/slash-commands.js +++ b/public/scripts/slash-commands.js @@ -2703,6 +2703,8 @@ export async function sendMessageAs(args, text) { bias: bias.trim().length ? bias : null, gen_id: Date.now(), isSmallSys: compact, + api: 'manual', + model: 'slash command', }, }; @@ -2715,6 +2717,7 @@ export async function sendMessageAs(args, text) { extra: { bias: message.extra.bias, gen_id: message.extra.gen_id, + isSmallSys: compact, api: 'manual', model: 'slash command', }, @@ -2762,6 +2765,8 @@ export async function sendNarratorMessage(args, text) { bias: bias.trim().length ? bias : null, gen_id: Date.now(), isSmallSys: compact, + api: 'manual', + model: 'slash command', }, }; @@ -2812,6 +2817,8 @@ export async function promptQuietForLoudResponse(who, text) { extra: { type: system_message_types.COMMENT, gen_id: Date.now(), + api: 'manual', + model: 'slash command', }, }; @@ -2840,6 +2847,8 @@ async function sendCommentMessage(args, text) { type: system_message_types.COMMENT, gen_id: Date.now(), isSmallSys: compact, + api: 'manual', + model: 'slash command', }, };