Skip to content

Commit 063a81e

Browse files
committed
revert implementation
1 parent 0e5cdda commit 063a81e

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

src/backend/ai-agent-api/Agents/TechSupportAgentConfig.cs

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,6 @@ public TechSupportAgentConfig()
66
: base("TechSupportAgent")
77
{
88
}
9-
10-
public override string GetAgentDisplayName()
11-
{
12-
return "Technical Support Agent";
13-
}
14-
15-
public override string GetDescription()
16-
{
17-
return "This agent provides IT and technical support for the company. " +
18-
"It assists users with troubleshooting, technical queries, and problem resolution. " +
19-
"The agent utilizes the `TechSupportTools` to effectively address and resolve technical issues.";
20-
}
21-
22-
public override string GetSystemMessage()
23-
{
24-
return "You are a technical support agent. " +
25-
"Your role is to assist users with IT and technical issues, providing solutions and troubleshooting steps. " +
26-
"Use the tools available to you to resolve problems efficiently.";
27-
}
289
}
2910
}
3011

0 commit comments

Comments
 (0)