Function dumpAdvisorResult

Dumps the advisor result into a folder structure with markdown files.

  • Creates a subfolder for each result using its resultId.
  • Writes the response content to a markdown file.
  • Parameters

    • resultId: string
    • content: string

    Returns Promise<void>