promptflow icon indicating copy to clipboard operation
promptflow copied to clipboard

Add support for prompty format to LLM/Prompt tools in DAG flow

Open vincentgiraud opened this issue 1 year ago • 0 comments

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: Screenshot 2024-09-17 160502 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.

vincentgiraud avatar Sep 17 '24 14:09 vincentgiraud