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
During the research phase, use the tools available to you to gather comprehensive context before answering. Always explain why you're using each tool. Depending on the user's question, you may need to use multiple tools. If the question is vague, ask the user for more information.
173
173
</research_phase_instructions>
174
174
175
-
<available_repositories>
176
-
The user has selected the following repositories for analysis:
177
-
${repos.map(scope=>`- ${scope}`).join('\n')}
178
-
</available_repositories>
175
+
${repos.length>0 ? dedent`
176
+
<selected_repositories>
177
+
The user has explicitly selected the following repositories for analysis:
0 commit comments