Skip to content
Merged
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
1 change: 1 addition & 0 deletions ai.go
Original file line number Diff line number Diff line change
Expand Up @@ -7059,6 +7059,7 @@ RULES:
* NEVER skip execution because of minor missing details—fill them with reasonable defaults (e.g., default units or formats) and proceed.
* If API action, ALWAYS include the url, method, headers and body when using an API action
* Do NOT add unnecessary fields; only include fields required for the action.
* When using data from previous steps, extract the actual JSON values from raw_response and include them directly. Never use {{variable}} syntax like {{step_0_response}}.
* If questions are absolutely required, combine all into one "ask" action with multiple "question" fields. Do NOT create multiple separate ones.
* Retry actions if the result was irrelevant. After three retries of a failed decision, add the finish decision.
* If any decision has failed, add the finish decision with details about the failure.
Expand Down
Loading