compass.utilities.parsing.clean_backticks_from_llm_response#

clean_backticks_from_llm_response(content)[source]#

Remove markdown-style backticks from an LLM response

Parameters:

content (str) – LLM response that may contain markdown triple backticks.

Returns:

str – Response stripped of all leading and trailing backtick markers.