promptflow — Easy Playground
Microsoft toolkit for building and evaluating LLM workflows
Getting started with promptflowRun locally
Install
pip install promptflowPython 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?