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
Given the following input, choose up to ${maxTasksPerIteration} tasks to execute. Do not create a full plan, just select the most appropriate task types for the given input.
Choose the most suitable task types and provide details of how they should be executed.
400
-
""".trimIndent(),
390
+
prompt = buildString {
391
+
append("Given the following input, choose up to ")
392
+
append(maxTasksPerIteration)
393
+
append("tasks to execute. Do not create a full plan, just select the most appropriate task types for the given input and note any required/important details.\n")
0 commit comments