Skip to content

Try using DOT to describe changes to a document -> LLM Code Llama #1

@mrseanryan

Description

@mrseanryan

DOT:

digraph G {
    User -> MySection_1 [label="renamed from My Cars to My Favourite Cars"]
    User -> MySection_0 [label="Removed"]
    User -> MySection_3 [label="Added"]
}

https://dreampuf.github.io/GraphvizOnline

what is the overall purpose of this DOT graph:

digraph G {
    User -> MySection_1 [label="renamed from My Cars to My Favourite Cars"]
    User -> MySection_0 [label="Removed"]
    User -> MySection_3 [label="Added"]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions