()
| 3543 | } |
| 3544 | |
| 3545 | function getAutoModeSparseInstructions(): UserMessage[] { |
| 3546 | const content = `Auto mode still active (see full instructions earlier in conversation). Execute autonomously, minimize interruptions, prefer action over planning.` |
| 3547 | |
| 3548 | return wrapMessagesInSystemReminder([ |
| 3549 | createUserMessage({ content, isMeta: true }), |
| 3550 | ]) |
| 3551 | } |
| 3552 | |
| 3553 | export function normalizeAttachmentForAPI( |
| 3554 | attachment: Attachment, |
no test coverage detected