MCPcopy Create free account
hub / github.com/Noumena-Network/code / getAutoModeInstructions

Function getAutoModeInstructions

src/utils/messages.ts:3519–3526  ·  view source on GitHub ↗
(attachment: {
  reminderType: 'full' | 'sparse'
})

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

Tested by

no test coverage detected