Skip to content

Commit 0795881

Browse files
prachi-shah-harnessHarness
authored andcommitted
fix: [ML-1250]: enhance aidevops tool description to avoid unnecessary modifications to the prompt by unified agent (#96)
* fix: [ML-1250]: enhance aidevops tool description to avoid unnecessary modifications to the prompt by unified agent
1 parent 806b96c commit 0795881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/harness/tools/genai.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
func AIDevOpsAgentTool(config *config.Config, client *client.GenaiService) (tool mcp.Tool, handler server.ToolHandlerFunc) {
1717
return mcp.NewTool("ask_ai_devops_agent",
18-
mcp.WithDescription("Send a request to the Harness AI Devops agent to generate harness entities based on the provided action type and prompt."),
18+
mcp.WithDescription("The AI Devops Agent is an expert in planning and executing requests related to generation/updation of Harness entities like pipeline, stage, step, environment, connector, service, secret"),
1919
mcp.WithString("prompt",
2020
mcp.Required(),
2121
mcp.Description("The prompt to send to the genai service"),

0 commit comments

Comments
 (0)