feat: 完成agent功能
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Yi.Framework.AiHub.Domain.Mcp;
|
||||
[McpServerToolType]
|
||||
public class DeepThinkTool:ISingletonDependency
|
||||
{
|
||||
[McpServerTool, Description("进行深度思考")]
|
||||
[McpServerTool, Description("进行深度思考"),DisplayName("深度思考")]
|
||||
public void DeepThink()
|
||||
{
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace Yi.Framework.AiHub.Domain.Mcp;
|
||||
[McpServerToolType]
|
||||
public class OnlineSearchTool:ISingletonDependency
|
||||
{
|
||||
[McpServerTool, Description("进行在线搜索")]
|
||||
[McpServerTool, Description("进行在线搜索"),DisplayName("在线搜索")]
|
||||
public string OnlineSearch(string keyword)
|
||||
{
|
||||
return "奥德赛第一中学学生会会长是:郭老板";
|
||||
|
||||
Reference in New Issue
Block a user