You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/src/entities/ai/ai-conversation-history/user-ai-chat/repository/user-ai-chat-repository.extension.ts
Copy file name to clipboardExpand all lines: backend/src/entities/ai/ai-conversation-history/user-ai-chat/repository/user-ai-chat-repository.interface.ts
Copy file name to clipboardExpand all lines: backend/src/entities/ai/ai.service.ts
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -276,7 +276,10 @@ Respond ONLY with valid JSON in this exact format (no markdown, no explanations)
276
276
]
277
277
}
278
278
279
-
IMPORTANT: For each widget, include appropriate widget_params based on the column name, type, and semantics. Use empty {} for widgets that don't need special configuration.`;
279
+
IMPORTANT:
280
+
- For each widget, include appropriate widget_params based on the column name, type, and semantics. Use empty {} for widgets that don't need special configuration.
281
+
- Output ONLY valid JSON. Do NOT include any comments (no // or /* */ comments) in the JSON output.
282
+
- All widget_params must be valid JSON objects without any comments or explanatory text.`;
0 commit comments