Skip to content

Commit 92fc35f

Browse files
authored
Fix unknown tool display issue (#17)
1 parent 68d26c3 commit 92fc35f

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

  • webapp/_webapp/src/components/message-entry-container/tools

webapp/_webapp/src/components/message-entry-container/tools/tools.tsx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@ type ToolsProps = {
1818

1919
// define a const string list.
2020
const XTRA_MCP_TOOL_NAMES = [
21-
"enhance_academic_writing",
21+
// researcher tools
2222
"search_relevant_papers",
23-
"search_user",
24-
"identify_improvements",
25-
"get_user_papers",
23+
"online_search_papers",
2624
"deep_research",
27-
"get_conference_papers",
28-
"search_papers_on_openreview",
29-
"search_papers",
25+
// reviewer tools
26+
"review_paper",
27+
// enhancer tools
28+
"enhance_academic_writing",
29+
// misc
30+
"get_user_papers",
3031
];
3132

3233
export default function Tools({ messageId, functionName, message, error, preparing, animated }: ToolsProps) {

0 commit comments

Comments
 (0)