Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2026-02-11 09:35:24 -05:00
committed by GitHub
parent 544bc1bc4f
commit f636a97faa
81 changed files with 109 additions and 110 deletions
+3 -3
View File
@@ -198,7 +198,7 @@ pub enum PlannerResponseType {
ClarifyingQuestions,
}
/// Decide if the planner's reponse is a plan or a clarifying question
/// Decide if the planner's response is a plan or a clarifying question
///
/// This function is called after the planner has generated a response
/// to the user's message. The response is either a plan or a clarifying
@@ -1820,7 +1820,7 @@ async fn get_reasoner() -> Result<Arc<dyn Provider>, anyhow::Error> {
let config = Config::global();
// Try planner-specific provider first, fallback to default provider
// Try planner-specific provider first, fall back to default provider
let provider = if let Ok(provider) = config.get_param::<String>("GOOSE_PLANNER_PROVIDER") {
provider
} else {
@@ -1830,7 +1830,7 @@ async fn get_reasoner() -> Result<Arc<dyn Provider>, anyhow::Error> {
.expect("No provider configured. Run 'goose configure' first")
};
// Try planner-specific model first, fallback to default model
// Try planner-specific model first, fall back to default model
let model = if let Ok(model) = config.get_param::<String>("GOOSE_PLANNER_MODEL") {
model
} else {
+1 -1
View File
@@ -107,7 +107,7 @@ const THINKING_MESSAGES: &[&str] = &[
"Visualizing vectors",
"Wrangling widgets",
"Yodeling yaml",
"Aligning artificial awarenesses",
"Aligning artificial awareness",
"Bootstrapping brain bytes",
"Contemplating code conundrums",
"Distilling digital dreams",