@yamlresume/ai
    Preparing search index...

    Function extractYamlFromLLM

    • Extract a YAML block from LLM output.

      Models often wrap YAML in markdown fences; this strips them.

      Parameters

      • text: string

        The raw text returned by the model.

      Returns string

      The YAML string.