Browse Source

Merge pull request #21 from shrimbly/prompt-workflow-text-updates

Improve prompt workflow view text legibility
handoff-20260429-1057
Willie 6 months ago
committed by GitHub
parent
commit
8781eefd36
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      src/components/quickstart/PromptWorkflowView.tsx

5
src/components/quickstart/PromptWorkflowView.tsx

@ -91,10 +91,13 @@ export function PromptWorkflowView({
border-neutral-700 hover:border-neutral-600
`}
/>
<p className="text-[10px] text-neutral-500">
<p className="text-xs text-neutral-400">
Describe what you want your workflow to accomplish. Be specific
about inputs, outputs, and any transformations.
</p>
<p className="text-xs text-neutral-400">
Note: This feature currently only works with Gemini models.
</p>
</div>
{/* Error */}

Loading…
Cancel
Save