promptflowEasy Playground

Microsoft toolkit for building and evaluating LLM workflows

Getting started with promptflowRun locally
Install
pip install promptflow
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: promptflow)

promptflow is a third-party package. Microsoft toolkit for building and evaluating LLM workflows. Install with: pip install promptflow

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?