Hi folks,
We use a prompt to regulate the format of output to ensure we get LaTex formatted text for things like math equations. The reason we use a wrapper is because we also want the human readable version counter part.
For example, 1/4x+1 would be generated as:
- <<| \frac{1}{4}x + 1 |>><<>>
The problem is from time to time, the output format would be messed up.
For example, instead of using <<| |>>, it would use something like “\( )\”. Has anyone solved issues like this before?