diff --git a/src/config/mod.rs b/src/config/mod.rs index ff337c0..338d7bd 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -1021,7 +1021,7 @@ impl Config { if !model.supports_function_calling() { functions = None; if *IS_STDOUT_TERMINAL { - eprintln!("{}", warning_text("WARNING: the role or session includes functions, but the model or client does not support function calling.")); + eprintln!("{}", warning_text("WARNING: This LLM or client does not support function calling, despite the context requiring it.")); } } }