refactor(ollama): reuse base normalization in session
This commit is contained in:
@@ -373,7 +373,7 @@ async fn cloud_tool_call_flows_through_web_search() {
|
||||
|
||||
#[tokio::test(flavor = "multi_thread")]
|
||||
async fn cloud_tool_call_accepts_v1_base_url() {
|
||||
run_cloud_tool_flow("/v1", Some("/web/search"), "/v1/web/search").await;
|
||||
run_cloud_tool_flow("/v1", Some("/web/search"), "/web/search").await;
|
||||
}
|
||||
|
||||
#[tokio::test(flavor = "multi_thread")]
|
||||
|
||||
Reference in New Issue
Block a user