module aixplain.modules.pipeline.designer.utils
function find_prompt_params
find_prompt_params(prompt: str) → List[str]
This method will find the prompt parameters in the prompt string.
:param prompt: the prompt string :return: list of prompt parameters