Thibaut Patel
Thibaut Patel
I'm not sure to understand your reply. When I read the [link](https://www.conventionalcommits.org/en/v1.0.0/#do-all-my-contributors-need-to-use-the-conventional-commits-specification) you've shared, I've found that conventional commit aren't required in our squash-based workflow. > If you use a...
Waiting on the automated tests to merge your PR.
I'm trying to understand exactly what's the issue, are you using the `-w` argument when launching Chainlit (file watcher)?
If this is still something you are working on, have you tried using `stream_final_answer=True` and removing the line ``` await cl.Message(author="Agent", content=response["answers"][0].answer).send() ```
This isn't supported at the moment, labeling as a new feature.
hey, I've create a PR to enable setting the XMP data as a buffer. This enables copying XMP data from an image to another one. Feel free to share feedback...