Spaces:
Running
Running
Update prompt_builder.py
Browse files- prompt_builder.py +1 -1
prompt_builder.py
CHANGED
@@ -313,7 +313,7 @@ def build_smart_parameter_question_prompt(
|
|
313 |
intent_config, # IntentConfig
|
314 |
missing_params: List[str],
|
315 |
session, # Session object
|
316 |
-
project_language: str = "Turkish"
|
317 |
locale_code: str = None
|
318 |
) -> str:
|
319 |
"""Akıllı parametre sorusu üretmek için prompt oluştur"""
|
|
|
313 |
intent_config, # IntentConfig
|
314 |
missing_params: List[str],
|
315 |
session, # Session object
|
316 |
+
project_language: str = "Turkish",
|
317 |
locale_code: str = None
|
318 |
) -> str:
|
319 |
"""Akıllı parametre sorusu üretmek için prompt oluştur"""
|