We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9024f commit 21e166bCopy full SHA for 21e166b
src/agent/mod.rs
@@ -124,7 +124,7 @@ impl Agent {
124
// check if the model supports tools calling natively
125
match generator.check_native_tools_support().await? {
126
true => {
127
- log::info!("model supports tools calling natively.");
+ log::debug!("model supports tools calling natively.");
128
true
129
}
130
false => {
0 commit comments