(attachment: {
reminderType: 'full' | 'sparse'
})
| 3417 | } |
| 3418 | |
| 3419 | function getAutoModeInstructions(attachment: { |
| 3420 | reminderType: 'full' | 'sparse' |
| 3421 | }): UserMessage[] { |
| 3422 | if (attachment.reminderType === 'sparse') { |
| 3423 | return getAutoModeSparseInstructions() |
| 3424 | } |
| 3425 | return getAutoModeFullInstructions() |
| 3426 | } |
| 3427 | |
| 3428 | function getAutoModeFullInstructions(): UserMessage[] { |
| 3429 | const content = `## Auto Mode Active |
no test coverage detected