Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Jan 13, 2025
1 parent 705cfe2 commit 04dcffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/core/chain-of-thought.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ export class ChainOfThought extends EventEmitter {
${JSON.stringify(this.context, null, 2)}
Recent Steps:
${JSON.stringify(this.stepManager.getSteps().slice(-5), null, 2)}
${JSON.stringify(this.stepManager.getSteps().slice(-10), null, 2)}
Based on the success criteria and current context, has this goal been achieved?
Return only a JSON object with: { "success": boolean, "reason": string }
Expand Down

0 comments on commit 04dcffe

Please sign in to comment.