e768098d0e
tools_continuous_delivery / Private PyPI non-main branch release (push) Has been skipped
tools_continuous_delivery / Private PyPI main branch release (push) Failing after 2m42s
Publish Promptflow Doc / Build (push) Has been cancelled
Publish Promptflow Doc / Deploy (push) Has been cancelled
Flake8 Lint / flake8 (push) Has been cancelled
Spell check CI / Spell_Check (push) Has been cancelled
20 lines
2.5 KiB
Markdown
20 lines
2.5 KiB
Markdown
# Prompty
|
|
|
|
You can learn more on Prompty with examples in this folder.
|
|
|
|
## SDK examples
|
|
|
|
| path | status | description |
|
|
------|--------|-------------
|
|
| [prompty-quickstart.ipynb](./basic/prompty-quickstart.ipynb) | [](https://github.com/microsoft/promptflow/actions/workflows/samples_prompty_basic_promptyquickstart.yml) | A quickstart tutorial to run a prompty and evaluate it. |
|
|
| [chat-with-prompty.ipynb](./chat-basic/chat-with-prompty.ipynb) | [](https://github.com/microsoft/promptflow/actions/workflows/samples_prompty_chatbasic_chatwithprompty.yml) | A quickstart tutorial to run a chat prompty and evaluate it. |
|
|
|
|
## CLI examples
|
|
| path | status | description |
|
|
------|--------|-------------
|
|
| [basic](./basic/README.md) | [](https://github.com/microsoft/promptflow/actions/workflows/samples_prompty_basic.yml) | A basic prompt that uses the chat API to answer questions, with connection configured using environment variables |
|
|
| [chat-basic](./chat-basic/README.md) | [](https://github.com/microsoft/promptflow/actions/workflows/samples_prompty_chat_basic.yml) | A prompt that uses the chat API to answer questions with chat history, leveraging promptflow connection |
|
|
| [eval-apology](./eval-apology/README.md) | [](https://github.com/microsoft/promptflow/actions/workflows/samples_prompty_eval_apology.yml) | A prompt that determines whether a chat conversation contains an apology from the assistant |
|
|
| [eval-basic](./eval-basic/README.md) | [](https://github.com/microsoft/promptflow/actions/workflows/samples_prompty_eval_basic.yml) | A prompt that determines whether a answer is correct |
|
|
|