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
let working_directory = self.working_directory.to_owned();
734
738
let operating_system = self.operating_system.to_owned();
735
-
let default_shell = self.shell.to_owned();
739
+
let default_shell = self.properties.shell.to_owned();
736
740
let repo_name = self
737
741
.properties
738
742
.repo_name
@@ -886,7 +890,7 @@ Additional guildelines and rules the user has provided which must be followed:
886
890
}
887
891
None => "".to_owned(),
888
892
};
889
-
let default_shell = self.shell.to_owned();
893
+
let default_shell = self.properties.shell.to_owned();
890
894
format!(
891
895
r#"You are SOTA-agent, a highly skilled AI software engineer with extensive knowledge in all programming languages, frameworks, design patterns, and best practices. Your primary goal is to accomplish tasks related to software development, file manipulation, and system operations within the specified project directory.
0 commit comments