Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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...
ba162e4
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