Skip to content

Commit

Permalink
fix: tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrisse committed May 3, 2024
1 parent 7fd0613 commit 9acbfc1
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@
<small class="error">{$errors.description}</small>
{/if}

<InputTooltip name="instructions" labelText="Instructions" tooltipText="You'll act as..." />
<InputTooltip
name="instructions"
labelText="Instructions"
tooltipText="Detailed instructions to guide your assistant's responses and behavior"
/>

<TextArea
name="instructions"
Expand Down

0 comments on commit 9acbfc1

Please sign in to comment.