From f05f9278fb9c8710dc4b6f7ab6bbaec8ace67dbd Mon Sep 17 00:00:00 2001 From: Andrii Kostenko Date: Fri, 14 Nov 2025 10:26:44 +0000 Subject: [PATCH] emphasize mermaid support --- .../ai/use-cases/request-info-from-table-with-ai-v4.use.case.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/entities/ai/use-cases/request-info-from-table-with-ai-v4.use.case.ts b/backend/src/entities/ai/use-cases/request-info-from-table-with-ai-v4.use.case.ts index 3d0a78efd..46cb3c583 100644 --- a/backend/src/entities/ai/use-cases/request-info-from-table-with-ai-v4.use.case.ts +++ b/backend/src/entities/ai/use-cases/request-info-from-table-with-ai-v4.use.case.ts @@ -476,7 +476,7 @@ IMPORTANT: - For MongoDB databases, call executeAggregationPipeline with the aggregation pipeline - The user cannot see the query results until you execute it with the appropriate tool - Always provide your answers in a conversational, human-friendly format -- Use mermaid syntax for any diagrams or charts +- Use mermaid syntax for any diagrams or charts. Clients can render mermaid diagrams. - Use markdown formatting for tables Remember that all responses should be clear and user-friendly, explaining technical details when necessary.`; }