Skip to content

Commit

Permalink
fix: solve the icon color for the assitant (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingwanying authored Dec 27, 2024
1 parent a95633e commit a0125c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assistant/src/Assistant/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const Assistant = (props: AssistantProps) => {
<ActionIcon
icon={<CloseCircleFilled />}
onClick={toggleDrawer}
className="w-6 h-6"
className="w-6 h-6 text-black"
/>
</div>
</>
Expand Down
2 changes: 1 addition & 1 deletion server/agent/prompts/bot_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down

0 comments on commit a0125c7

Please sign in to comment.