Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions packages/app/src/server/mcp-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,9 @@ export const createServerFactory = (_webServerInstance: WebServer, sharedApiClie
},
{
instructions:
"You have tools for searching the Hugging Face Hub. arXiv paper id's are often " +
"You have tools for using the Hugging Face Hub. arXiv paper id's are often " +
'used as references between datasets, models and papers. There are over 100 tags in use, ' +
"common tags include 'Text Generation', 'Transformers', 'Image Classification' and so on.\n" +
"The User has access to 'Prompts' that provide ways to summarise various types of " +
'Hugging Face hub content, and you may guide them to check this feature. ' +
userInfo,
}
);
Expand Down