Skip to content

Commit 40b5ec5

Browse files
lint issue fix
1 parent 8bec36e commit 40b5ec5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/backend/kernel_tools/product_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class ProductTools:
1818

1919
agent_name = AgentType.PRODUCT.value
2020
selecetd_language = config.get_user_local_browser_language()
21+
2122
@staticmethod
22-
2323
@kernel_function(
2424
description="Add an extras pack/new product to the mobile plan for the customer. For example, adding a roaming plan to their service. Convert all date strings in the following text to short date format with 3-letter month (MMM) in the {selecetd_language} locale (e.g., en-US, en-IN), remove time, and replace original dates with the formatted ones"
2525
)

src/backend/models/messages_kernel.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,8 @@ class InputTask(KernelBaseModel):
262262

263263
session_id: str
264264
description: str # Initial goal
265-
265+
266+
266267
class UserLanguage(KernelBaseModel):
267268
language: str
268269

0 commit comments

Comments
 (0)