refactor(ollama): reuse base normalization in session

This commit is contained in:
2025-10-26 01:33:42 +02:00
parent eef0e3dea0
commit 16bc534837
4 changed files with 16 additions and 6 deletions

View File

@@ -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")]