I have created a Rovo agent to help me produce Release Notes in Confluence from information in Jira with a set of numbered instructions within the agent. I just have to prompt it with a Jira link and the issue type to generate a result. But I'm having trouble getting it to obey the instructions to correctly format a table.
Here's my instruction:
e) h2. Summary
Include a two column left-aligned table WITH A HEADER COLUMN, AND NO HEADER ROW and the following details.
|| Prerequisites | YES/NO (include description or if none available, state TO BE CONFIRMED) |
|| Interested Clients | List of clients or N/A |
|| Requires Configuration | YES/NO/UNKNOWN |
|| Turned on by default | YES/NO/UNKNOWN |
For examples, see [link to actual table examples in Confluence].
The results are rather hit and miss, although the contents are correct. It usually does one of the following:
Rovo seems to understand wiki markup, as it gets h2. correct for heading 2, so I don't understand why the table is so problematic.
Does anyone have any suggestions on how to fix this?