Update candle to 0.9 (#6913)

This commit is contained in:
jh-block
2026-02-03 14:59:52 +01:00
committed by GitHub
parent 0f334dbd45
commit a3f93ad532
8 changed files with 270 additions and 239 deletions
+1 -2
View File
@@ -65,8 +65,7 @@ impl TokenCounter {
let name = &tool.name;
let description = &tool
.description
.as_ref()
.map(|d| d.as_ref())
.as_deref()
.unwrap_or_default()
.trim_end_matches('.');