What's Changed
* fix(console): loader in full screen by arielweinberger in https://github.com/pezzolabs/pezzo/pull/204
* feat: support system and assistant messages in Chat prompts by arielweinberger in https://github.com/pezzolabs/pezzo/pull/205
Features
Multiple message roles in Chat prompts
You can select the type of the prompt in the editor UI:
![image](https://github.com/pezzolabs/pezzo/assets/4976416/e5ac25ce-b9d0-4c0a-b4c7-0a489fbe59a0)
Then, you can add, remove or modify messages and roles:
![image](https://github.com/pezzolabs/pezzo/assets/4976416/90745037-e37b-46de-839a-d14df8eaec0b)
Pezzo Client
The Node and Python SDKs have been updated to support this change.
Draft Indicator
Draft prompts now have a "Draft" icon next to their name in the list to indicate that they don't have any versions yet.
![image](https://github.com/pezzolabs/pezzo/assets/4976416/45c87fcc-12b1-4f0f-bea5-72254289e0cc)
**Full Changelog**: https://github.com/pezzolabs/pezzo/compare/v0.6.0...v0.6.1