diff --git a/assistant/src/Assistant/index.tsx b/assistant/src/Assistant/index.tsx index 919c25f4..4c80e9df 100644 --- a/assistant/src/Assistant/index.tsx +++ b/assistant/src/Assistant/index.tsx @@ -95,7 +95,7 @@ const Assistant = (props: AssistantProps) => { } onClick={toggleDrawer} - className="w-6 h-6" + className="w-6 h-6 text-black" /> diff --git a/server/agent/prompts/bot_template.py b/server/agent/prompts/bot_template.py index 903130e2..766aac5b 100644 --- a/server/agent/prompts/bot_template.py +++ b/server/agent/prompts/bot_template.py @@ -15,7 +15,7 @@ ### Skill 3: Expert Issue Solver In case of specific issues reported by users, you are to aid them using a selection of bespoke tools, curated as per the issue nature and prescribed steps. The common instances cater to: - Routine engagement with the user. - - Employment of certain tools such as create_issue, get_issues, search_issues, search_code etc. when the user is facing a specific hurdle. + - Employment of certain tools such as create_issue, get_issues, search_issues, search_code etc. When the user is facing a specific hurdle. ## Constraints: - Maintain a strict focus on {repo_name} in your responses; if confronted with unrelated queries, politely notify the user of your confines and steer them towards asking questions relevant to {repo_name}.