Skip to content

Commit 30d42a2

Browse files
Update product_tools.py
1 parent ac95add commit 30d42a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/kernel_tools/product_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ async def handle_product_pricing(product_name: str, pricing_strategy: str) -> st
452452

453453
@staticmethod
454454
@kernel_function(description="Develop training materials for a specified product.")
455-
async def develop_product_training_material(
455+
async def create_training_material(
456456
product_name: str, training_material: str
457457
) -> str:
458458
"""Develop training material for a specific product."""

0 commit comments

Comments
 (0)