Skip to content

Commit 2a671db

Browse files
Update tech_support_tools.py
1 parent 30d42a2 commit 2a671db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/kernel_tools/tech_support_tools.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ async def handle_cybersecurity_incident(incident_details: str) -> str:
117117

118118
@staticmethod
119119
@kernel_function(
120-
description="Assist procurement with technical specifications of equipment."
120+
description="support procurement with technical specifications of equipment."
121121
)
122-
async def assist_procurement_with_tech_equipment(equipment_details: str) -> str:
122+
async def support_procurement_tech (equipment_details: str) -> str:
123123
return (
124124
f"##### Technical Specifications Provided\n"
125125
f"**Equipment Details:** {equipment_details}\n\n"
@@ -129,7 +129,7 @@ async def assist_procurement_with_tech_equipment(equipment_details: str) -> str:
129129

130130
@staticmethod
131131
@kernel_function(description="Collaborate with CodeAgent for code deployment.")
132-
async def collaborate_with_code_deployment(project_name: str) -> str:
132+
async def collaborate_code_deployment(project_name: str) -> str:
133133
return (
134134
f"##### Code Deployment Collaboration\n"
135135
f"**Project Name:** {project_name}\n\n"
@@ -139,7 +139,7 @@ async def collaborate_with_code_deployment(project_name: str) -> str:
139139

140140
@staticmethod
141141
@kernel_function(description="Provide technical support for a marketing campaign.")
142-
async def provide_tech_support_for_marketing(campaign_name: str) -> str:
142+
async def assist_marketing_tech(campaign_name: str) -> str:
143143
return (
144144
f"##### Tech Support for Marketing Campaign\n"
145145
f"**Campaign Name:** {campaign_name}\n\n"

0 commit comments

Comments
 (0)