-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed as duplicate of#2897
Labels
Issue - Needs ScopingValid, but needs effort estimate or design input before work can start.Valid, but needs effort estimate or design input before work can start.bugSomething isn't workingSomething isn't working
Description
App Version
3.14.3
API Provider
Google Gemini
Model Used
Gemini Pro 2.5
Actual vs. Expected Behavior
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}
dosubot and Jannchie
Metadata
Metadata
Assignees
Labels
Issue - Needs ScopingValid, but needs effort estimate or design input before work can start.Valid, but needs effort estimate or design input before work can start.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done