()
| 3831 | } |
| 3832 | |
| 3833 | function getAutoModeSparseInstructions(): UserMessage[] { |
| 3834 | const content = `Auto mode still active (see full instructions earlier in conversation). Execute autonomously, minimize interruptions, prefer action over planning.` |
| 3835 | |
| 3836 | return wrapMessagesInSystemReminder([ |
| 3837 | createUserMessage({ content, isMeta: true }), |
| 3838 | ]) |
| 3839 | } |
| 3840 | |
| 3841 | export function normalizeAttachmentForAPI( |
| 3842 | attachment: Attachment, |
no test coverage detected