Skip to content

Architect Mode does not render its own Mermaid designs #3036

@chubshaun

Description

@chubshaun

App Version

3.14.3

API Provider

Google Gemini

Model Used

Gemini Pro 2.5

Actual vs. Expected Behavior

Image

EDIT: The issue seems to be that parentheticals don't seem to be valid Mermaid syntax - if I paste this mermaid code into mermaid.live it shows an error:

Error: Error: Parse error on line 11:
...[Prepare LLM Prompt (Inject Paths, Paren

Removing the parentheses fixes the issue:

    I --> J[Prepare LLM Prompt (Inject Paths, Parent Schemas)]
    J --> K{Call LLM (sendToBedrockLLM)}

To

    I --> J[Prepare LLM Prompt Inject Paths, Parent Schemas]
    J --> K{Call LLM sendToBedrockLLM}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue - Needs ScopingValid, but needs effort estimate or design input before work can start.bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions