feat: Add LiteLLM provider with automatic prompt caching support (#3380)

Signed-off-by: HikaruEgashira <account@egahika.dev>
This commit is contained in:
hikae
2025-07-19 19:07:01 +09:00
committed by GitHub
parent c38c7f16dc
commit 78b30cc0ca
8 changed files with 411 additions and 10 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ impl ProviderTester {
.content
.iter()
.filter_map(|message| message.as_tool_request())
.last()
.next_back()
.expect("got tool request")
.id;