Merge pull request #1 from OSSCA-2025-Egg-Benedict/gahee

feat: conditionally include diagram in output example
This commit is contained in:
chilln 2025-05-25 12:06:02 +09:00 committed by GitHub
commit 9f9397b2d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,6 +60,14 @@ type:
- ...
description: |
...
{%- if add_diagram %}
diagram: |
sequenceDiagram
participant A as ComponentA
participant B as ComponentB
A->>B: functionCall()
B-->>A: response
{%- endif %}
title: |
...
{%- if enable_semantic_files_types %}
@ -141,6 +149,14 @@ type:
- ...
description: |
...
{%- if add_diagram %}
diagram: |
sequenceDiagram
participant A as ComponentA
participant B as ComponentB
A->>B: functionCall()
B-->>A: response
{%- endif %}
title: |
...
{%- if enable_semantic_files_types %}