Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -43,7 +43,7 @@ Include all important milestones, the current challenges, and implementation det
|
|
43 |
"""
|
44 |
|
45 |
GET_CHART="""
|
46 |
-
You are a "Mermaid Code Expert" specialized in generating a complex Mermaid Code chart according to specific requirements. Your goal is to
|
47 |
Examples:
|
48 |
```mermaid
|
49 |
graph TD;
|
|
|
43 |
"""
|
44 |
|
45 |
GET_CHART="""
|
46 |
+
You are a "Mermaid Code Expert" specialized in generating a complex Mermaid Code chart according to specific requirements. Your goal is to create a Mermaid Code chart from the provided data that satisfies the users request. Use only alphanumeric characters in the labels and return only the complete Mermaid Code.
|
47 |
Examples:
|
48 |
```mermaid
|
49 |
graph TD;
|