Skip to content

2025-01-14: Use Prompty for prompt management

Latest
Compare
Choose a tag to compare
@pamelafox pamelafox released this 14 Jan 21:36
3629df8

This release uses Prompty (https://prompty.ai/) to store prompts, instead of storing them in Python strings.

All prompts are inside prompty files, stored in app/backend/approaches/prompts. The prompty file format has good support in the Microsoft ecosystem: you can use the VS Code Prompty extension to experiment with the prompts, and you can even upload the prompty files to the Chat playground in Azure AI Foundry.

Screenshot of Prompty file in VS Code

This is a significant code change, so merge carefully. You will want to change your prompty files to match any customizations you made to your app's prompts.

Join us for tomorrow's live stream to learn more:
https://www.youtube.com/watch?v=D3slfMqydHc

What's Changed

Full Changelog: 2025-01-13...2025-01-14