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
@@ -745,8 +719,7 @@ export function prepareFlowSystemMessage(): ChatCompletionSystemMessageParam {
745
719
Follow the user instructions carefully.
746
720
Go step by step, and explain what you're doing as you're doing it.
747
721
DO NOT wait for user confirmation before performing an action. Only do it if the user explicitly asks you to wait in their initial instructions.
748
-
ALWAYS use the \`test_run_flow\` tool to test the flow, and iterate on the flow until it works as expected. If the user cancels the test run, do not try again and wait for the next user instruction.
749
-
Use the \`test_run_step\` tool to test individual steps of the flow when debugging or validating specific step functionality.
722
+
ALWAYS test your modifications. You have access to the \`test_run_flow\` and \`test_run_step\` tools to test the flow and steps. If you only modified a single step, use the \`test_run_step\` tool to test it. If you modified the flow, use the \`test_run_flow\` tool to test it. If the user cancels the test run, do not try again and wait for the next user instruction.
0 commit comments