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: ai.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7059,6 +7059,7 @@ RULES:
7059
7059
* NEVER skip execution because of minor missing details—fill them with reasonable defaults (e.g., default units or formats) and proceed.
7060
7060
* If API action, ALWAYS include the url, method, headers and body when using an API action
7061
7061
* Do NOT add unnecessary fields; only include fields required for the action.
7062
+
* 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}}.
7062
7063
* If questions are absolutely required, combine all into one "ask" action with multiple "question" fields. Do NOT create multiple separate ones.
7063
7064
* Retry actions if the result was irrelevant. After three retries of a failed decision, add the finish decision.
7064
7065
* If any decision has failed, add the finish decision with details about the failure.
0 commit comments