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
// Build dynamic prompt based on the actual content (like TypeScript reference)
246
246
system:=`Response in JSON format only.`
247
-
prompt:=fmt.Sprintf(`Generate %d test cases for the following prompt based on the intent, input specification, and output rules.
247
+
prompt:=fmt.Sprintf(`Generate %d test cases for the following prompt based on the intent, input specification, and output rules. Generate %d tests per rule.
248
248
249
249
<intent>
250
250
%s
@@ -279,6 +279,7 @@ Return only a JSON array with this exact format:
0 commit comments