Skip to content

Commit

Permalink
chore: log errors to debug, not all extensions support prompts (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalvinnchau authored Mar 3, 2025
1 parent 76fed1e commit ac81472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/goose/src/agents/capabilities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ impl Capabilities {

// Log any errors that occurred
if !errors.is_empty() {
tracing::error!(
tracing::debug!(
errors = ?errors
.into_iter()
.map(|e| format!("{:?}", e))
Expand Down

0 comments on commit ac81472

Please sign in to comment.