File size: 130 Bytes
7377c46
 
 
 
1
2
3
4
5
def formatter_node(llm_output):
    # Remove extra prefixes, whitespace, etc.
    cleaned = llm_output.strip()
    return cleaned