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
instructions=append(instructions, "Here are common scenarios you may encounter followed by name and description of the steps to follow:", generalInstructions)
instruction: "Use get_pull_request to fetch PR details and get_pull_request_files to see changes. Use create_pending_pull_request_review to start a review, add_comment_to_pending_review for line-specific feedback, then submit_pending_pull_request_review to publish. Check get_pull_request_status to verify CI/CD checks before approving.",
72
+
requiredToolsets: []string{"pull_requests"},
73
+
},
74
+
}
75
+
76
+
varparts []string
77
+
parts=append(parts, "When helping with development tasks, consider these common scenarios and appropriate tool choices:")
0 commit comments