• Formats a document using a given prompt template.

    Parameters

    • document: Document

      The document to format.

    • prompt: BasePromptTemplate

      The prompt template to use for formatting.

    Returns Promise<string>

    A Promise that resolves to the formatted document as a string.

    Async

    Throws

    If the document is missing required metadata variables specified in the prompt template.

Generated using TypeDoc