Open
Description
- I have looked for existing issues (including closed) about this
Bug Report
Anthropic expects documents to be structured in a particular XML format. This is currently not the case - the documents are wrapped in <attachments>
tags.
Expected behavior
When using an Anthropic model, I expect the request from Rig to be formatted correctly according to what the Anthropic API expects and recommends.
Additional context
The issue might be resolved once #149 is addressed.