Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
clean_triple_backticks
Function
This function is defined in the parse_utils module.Clean triple backticks from a string (common in LLM outputs) Removes markdown code block markers like or
Signature
Parameters
No description available.
Returns
The result of the operation.
Uses
trimstarts_withlinefindunwrap_ortrim_startrfind
Source
View on GitHub
praisonai/src/parity/parse_utils.rs at line 220
