Removing markdown code blocks?
Closed this issue · 2 comments
Manouchehri commented
Sometimes I've gotten responses from LLMs that look like this:
```json
{
"msg": "test"
}
```
and this:
```
{
"msg": "test"
}
```
Do you think it makes sense to add markdown backtick stripping to this library? =)
Manouchehri commented
@mangiucugna You're awesome. Thank you!
mangiucugna commented
My objective here is to support everything, so I am releasing 0.7.0 to support this use case as well :)