Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jicheng Lu committed Dec 3, 2024
1 parent 1aaa953 commit 488ae61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/page/agent/[agentId]/agent-prompt.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@
<div class="mb-2" style="display: flex; gap: 10px;">
<div class="line-align-center fw-bold">
{#if local_instructions.length > 1}
{'Prompts:'}
{'Instructions:'}
{:else}
{'System Prompt:'}
{'System instruction:'}
{/if}
</div>
<!-- svelte-ignore a11y-click-events-have-key-events -->
Expand Down Expand Up @@ -182,7 +182,7 @@
rows={24}
value={selected_instruction.instruction}
on:input={(e) => changePrompt(e)}
placeholder="Enter your Prompt"
placeholder="Enter your instruction"
/>
</FormGroup>
</CardBody>
Expand Down

0 comments on commit 488ae61

Please sign in to comment.