def const_prompt_func_wrapper(const_prompt): def const_prompt_func(): return const_prompt return const_prompt_func