Skip to content

Commit c7ac511

Browse files
Update hr_tools.py
1 parent 1607df9 commit c7ac511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/kernel_tools/hr_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ async def track_employee_attendance(employee_name: str) -> str:
271271

272272
@staticmethod
273273
@kernel_function(description="Organize a health and wellness program.")
274-
async def organize_health_and_wellness_program(program_name: str, date: str) -> str:
274+
async def organize_wellness_program(program_name: str, date: str) -> str:
275275
return (
276276
f"##### Health and Wellness Program Organized\n"
277277
f"**Program Name:** {program_name}\n"

0 commit comments

Comments
 (0)