(attachment: {
reminderType: 'full' | 'sparse'
})
| 3805 | } |
| 3806 | |
| 3807 | function getAutoModeInstructions(attachment: { |
| 3808 | reminderType: 'full' | 'sparse' |
| 3809 | }): UserMessage[] { |
| 3810 | if (attachment.reminderType === 'sparse') { |
| 3811 | return getAutoModeSparseInstructions() |
| 3812 | } |
| 3813 | return getAutoModeFullInstructions() |
| 3814 | } |
| 3815 | |
| 3816 | function getAutoModeFullInstructions(): UserMessage[] { |
| 3817 | const content = `## Auto Mode Active |
no test coverage detected