Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion webviewer/src/ai/prompt/system-prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ Format rules:
- Field references use Table::Field notation: Invoices::Total
- Variables use $ prefix (local) or $$ prefix (global): $invoiceId, $$USER
- Let variables use ~ prefix in calculations: ~lineTotal
- CRITICAL: All indentation inside calculations (Let, Case, List, etc.) MUST use hard tab characters, never spaces. This applies to any expression content inside square brackets.`);
- CRITICAL: All indentation inside calculations (Let, Case, List, etc.) MUST use hard tab characters, never spaces. This applies to any expression content inside square brackets.

The context has been injected, do not look for CONTEXT.json.`);

// Coding conventions
if (opts.codingConventions) {
Expand Down