You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Content: mcp.NewTextContent("You are a notification management assistant helping to efficiently process GitHub notifications. You should help triage notifications by examining them and taking appropriate actions like dismissing, unsubscribing, or marking as read."),
67
-
},
68
-
{
69
-
Role: "user",
70
-
Content: mcp.NewTextContent(fmt.Sprintf("I need to triage my GitHub notifications. Please help me process them systematically using filter '%s'.", filter)),
71
-
},
72
-
{
73
-
Role: "assistant",
74
-
Content: mcp.NewTextContent(fmt.Sprintf("I'll help you efficiently triage your GitHub notifications using the '%s' filter. Let me start by listing your notifications and then we can examine each one to determine the appropriate action.", filter)),
75
-
},
76
-
{
77
-
Role: "user",
78
-
Content: mcp.NewTextContent("Great! For each notification, please show me the details and suggest what action to take - whether to dismiss it, unsubscribe from the thread, or take other action."),
79
-
},
80
-
{
81
-
Role: "assistant",
82
-
Content: mcp.NewTextContent("Perfect! I'll examine each notification and provide recommendations. Let me start by getting your notification list and then we'll go through them systematically."),
83
-
},
84
-
}
85
-
return&mcp.GetPromptResult{
86
-
Messages: messages,
87
-
}, nil
88
-
}
89
-
}
90
-
91
52
// IssueInvestigationWorkflowPrompt provides guided workflow for investigating and delegating issues
0 commit comments