promptflow
promptflow copied to clipboard
Add support for prompty format to LLM/Prompt tools in DAG flow
LLM and Prompty tools only support jinja2 files which forbids a low code user from using prompty file e2e: from experimentation to depoyment within a DAG flow:
I've tried to add titled system, user and assistant without better luck.
The alternative is to not use DAG yaml (nor AI Studio UI) and go pro code with python to embed prompty file using promptflow sdk.