File tree Expand file tree Collapse file tree
src/backend/ai-agent-api/Agents Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments