(attachment: {
reminderType: 'full' | 'sparse'
})
| 3517 | } |
| 3518 | |
| 3519 | function getAutoModeInstructions(attachment: { |
| 3520 | reminderType: 'full' | 'sparse' |
| 3521 | }): UserMessage[] { |
| 3522 | if (attachment.reminderType === 'sparse') { |
| 3523 | return getAutoModeSparseInstructions() |
| 3524 | } |
| 3525 | return getAutoModeFullInstructions() |
| 3526 | } |
| 3527 | |
| 3528 | function getAutoModeFullInstructions(): UserMessage[] { |
| 3529 | const content = `## Auto Mode Active |
no test coverage detected