mirror of
https://github.com/OpenSPG/KAG.git
synced 2025-06-27 03:20:08 +00:00
5 lines
171 B
Python
5 lines
171 B
Python
def init_prompt_with_fallback(prompt_name, biz_scene):
|
|||
from kag.builder.prompt.utils import init_prompt_with_fallback as func
|
|||
|
|||
return func(prompt_name, biz_scene)
|