We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c288b11 commit 89924b0Copy full SHA for 89924b0
1 file changed
packages/ui/src/features/loops/components/LoopSkillFields.tsx
@@ -255,7 +255,7 @@ export function LoopInstructionsFields({
255
>
256
<TextArea
257
value={values.skillContext}
258
- placeholder="Focus on the checkout flow and post findings to #eng-standup."
+ placeholder="Only cover failing CI runs from the last 24 hours and post the summary to #eng-standup."
259
disabled={disabled}
260
className="min-h-[120px] text-[13px] leading-relaxed"
261
onChange={(e) => onPatch({ skillContext: e.target.value })}
0 commit comments