fix: update default to match type after renaming

old-agentic-v1^2
Philipp Burckhardt 2023-06-14 23:33:57 -04:00 zatwierdzone przez Travis Fischer
rodzic ff5a878cc9
commit 4a2560432f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -67,7 +67,7 @@ export class Agentic {
this._humanFeedbackDefaults = {
type: 'confirm',
bail: false,
abort: false,
editing: false,
annotations: false,
mechanism: HumanFeedbackMechanismCLI,