Skip to content

Commit 97f0f74

Browse files
authored
fix(agent-tars): probabilistic plan anomaly on gpt-4o (Closes #273) (#373)
1 parent 22724dc commit 97f0f74

File tree

1 file changed

+1
-0
lines changed
  • apps/agent-tars/src/renderer/src/agent

1 file changed

+1
-0
lines changed

apps/agent-tars/src/renderer/src/agent/Aware.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ If the task is none or current step is done, you should increment the step numbe
3333
{
3434
"reflection": "[your reflection about current environment]",
3535
"step": "[next step number]",
36+
"plan": "[steps array with id and title fields]",
3637
"status": "[next task description, a complete sentence tell user what to do next]",
3738
}
3839
\`\`\`

0 commit comments

Comments
 (0)