Skip to content

Commit

Permalink
Merge pull request #846 from UpstreetAI/default-generate-action-step-…
Browse files Browse the repository at this point in the history
…mode

fix: Default generate action step mode
  • Loading branch information
mavisakalyan authored Jan 29, 2025
2 parents 9008eb9 + 90b8107 commit cab0c04
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export class GenerativeAgentObject {
text,
actOpts,
debugOpts,
mode: 'basic' // hardcode basic for now. TODO: Make this an argument
});
await executeAgentActionStep(this, step);
});
Expand Down

0 comments on commit cab0c04

Please sign in to comment.