What's Changed
* Add Compose feature in https://github.com/vsakkas/sydney.py/pull/14
Support Compose feature from Bing Chat. Supported options are:
- `tone`
- `professional` for formal conversations in a professional setting
- `casual` for informal conversations between friends or family members
- `enthusiastic` for conversations where the writer wants to convey excitement or passion
- `informational` for conversations where the writer wants to convey information or knowledge
- `funny` for conversations where the writer wants to be humorous or entertaining
- `format`
- `paragraph` for longer messages that are composed of multiple sentences or paragraphs
- `email` for messages that are structured like emails, with a clear subject line and formal greeting and closing
- `blogpost` for messages that are structured like blog posts, with clear headings and subheadings and a more informal tone
- `ideas` for messages that are used to brainstorm or share ideas
- `length`
- `short` for messages that are only a few words or sentences long
- `medium` for messages that are a few paragraphs long
- `long` for messages that are several paragraphs or pages long
**Full Changelog**: https://github.com/vsakkas/sydney.py/compare/v0.7.0...v0.8.0