Skip to main content

save_markdown_output

Method
This is a method of the ContextAgent class in the context_agent module.
Save content as markdown file with proper formatting.

Signature

def save_markdown_output(content: str, filename: str, section_title: str) -> Any

Parameters

content
str
required
No description available.
filename
str
required
No description available.
section_title
str
default:"'Output'"
No description available.

Returns

Returns
Any
The result of the operation.