File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments