feat: Add LiteLLM provider with automatic prompt caching support (#3380)
Signed-off-by: HikaruEgashira <account@egahika.dev>
This commit is contained in:
@@ -157,7 +157,7 @@ impl ProviderTester {
|
||||
.content
|
||||
.iter()
|
||||
.filter_map(|message| message.as_tool_request())
|
||||
.last()
|
||||
.next_back()
|
||||
.expect("got tool request")
|
||||
.id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user