Skip to content

Commit 21e166b

Browse files
committed
chore: reduced log verbosity when model supports tools calling natively
1 parent 9d9024f commit 21e166b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ impl Agent {
124124
// check if the model supports tools calling natively
125125
match generator.check_native_tools_support().await? {
126126
true => {
127-
log::info!("model supports tools calling natively.");
127+
log::debug!("model supports tools calling natively.");
128128
true
129129
}
130130
false => {

0 commit comments

Comments
 (0)