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()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user