Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/Final_Assignment_Template
Umer797
/
Final_Assignment_Template
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
7377c46
Final_Assignment_Template
/
formatter_node.py
Umer797
Update formatter_node.py
7377c46
verified
12 months ago
raw
Copy download link
history
blame
130 Bytes
def
formatter_node
(
llm_output
):
# Remove extra prefixes, whitespace, etc.
cleaned = llm_output.strip()
return
cleaned