Skip to content

Commit

Permalink
Add helper text for how to add custom prompts to run tab
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Jan 30, 2025
1 parent 19cecac commit 0327032
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/web_ui/src/routes/(app)/run/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,10 @@
</div>
<div class="w-72 2xl:w-96 flex-none flex flex-col gap-4">
<div class="text-xl font-bold">Options</div>
<PromptTypeSelector bind:prompt_method />
<PromptTypeSelector
bind:prompt_method
info_description="Choose a custom prompt, or an prompt auto-generated from your task and data. If you want a new custom prompt, you can create one in the 'Prompt' tab."
/>
<AvailableModelsDropdown
bind:model
bind:requires_structured_output
Expand Down

0 comments on commit 0327032

Please sign in to comment.