Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mellea.ai/llms.txt

Use this file to discover all available pages before exploring further.

This file contains various requirements for Markdown-formatted files.

Functions

FUNC as_markdown_list

as_markdown_list(ctx: Context) -> list[str] | None
Attempts to format the last_output of the given context as a markdown list. Args:
  • ctx: The current conversation context whose last output will be parsed.
Returns:
  • List of rendered list-item strings if the output is a markdown list,
  • or None if parsing fails or the output is not a list.