Skip to content

Commit 89924b0

Browse files
committed
align skill context placeholder with instructions
1 parent c288b11 commit 89924b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/features/loops/components/LoopSkillFields.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export function LoopInstructionsFields({
255255
>
256256
<TextArea
257257
value={values.skillContext}
258-
placeholder="Focus on the checkout flow and post findings to #eng-standup."
258+
placeholder="Only cover failing CI runs from the last 24 hours and post the summary to #eng-standup."
259259
disabled={disabled}
260260
className="min-h-[120px] text-[13px] leading-relaxed"
261261
onChange={(e) => onPatch({ skillContext: e.target.value })}

0 commit comments

Comments
 (0)