From 488ae61b45ff669da077c89b0889653a7d793e24 Mon Sep 17 00:00:00 2001 From: Jicheng Lu <103353@smsassist.com> Date: Tue, 3 Dec 2024 09:31:12 -0600 Subject: [PATCH] change name --- src/routes/page/agent/[agentId]/agent-prompt.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/page/agent/[agentId]/agent-prompt.svelte b/src/routes/page/agent/[agentId]/agent-prompt.svelte index 27c9387..25d87e0 100644 --- a/src/routes/page/agent/[agentId]/agent-prompt.svelte +++ b/src/routes/page/agent/[agentId]/agent-prompt.svelte @@ -131,9 +131,9 @@
{#if local_instructions.length > 1} - {'Prompts:'} + {'Instructions:'} {:else} - {'System Prompt:'} + {'System instruction:'} {/if}
@@ -182,7 +182,7 @@ rows={24} value={selected_instruction.instruction} on:input={(e) => changePrompt(e)} - placeholder="Enter your Prompt" + placeholder="Enter your instruction" />