()
| 3443 | } |
| 3444 | |
| 3445 | function getAutoModeSparseInstructions(): UserMessage[] { |
| 3446 | const content = `Auto mode still active (see full instructions earlier in conversation). Execute autonomously, minimize interruptions, prefer action over planning.` |
| 3447 | |
| 3448 | return wrapMessagesInSystemReminder([ |
| 3449 | createUserMessage({ content, isMeta: true }), |
| 3450 | ]) |
| 3451 | } |
| 3452 | |
| 3453 | export function normalizeAttachmentForAPI( |
| 3454 | attachment: Attachment, |
no test coverage detected