fmt, bump version
This commit is contained in:
@@ -1099,11 +1099,13 @@ schemas:
|
||||
def read_notes(payload: ReadInput) -> ReadOutput:
|
||||
return ReadOutput(text=Path(payload.path).read_text(encoding="utf-8"))
|
||||
|
||||
|
||||
@node(name="extract_report")
|
||||
def extract_report(payload: ExtractInput) -> ReportOutput:
|
||||
# Parses Markdown sections into structured report fields
|
||||
...
|
||||
|
||||
|
||||
@node(name="render_markdown_report")
|
||||
def render_markdown_report(payload: MarkdownInput) -> MarkdownOutput:
|
||||
# Renders structured report as Markdown
|
||||
|
||||
Reference in New Issue
Block a user