File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/semantic-router/pkg/extproc Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -914,12 +914,12 @@ func (r *OpenAIRouter) handleModelRouting(openAIRequest *openai.ChatCompletionNe
914914 SetHeaders : setHeaders ,
915915 },
916916 }
917-
917+
918918 // Check if route cache should be cleared
919919 if r .shouldClearRouteCache () {
920920 commonResponse .ClearRouteCache = true
921921 }
922-
922+
923923 // Set the response with body mutation and content-length removal
924924 response = & ext_proc.ProcessingResponse {
925925 Response : & ext_proc.ProcessingResponse_RequestBody {
@@ -1111,7 +1111,7 @@ func (r *OpenAIRouter) updateRequestWithTools(openAIRequest *openai.ChatCompleti
11111111 HeaderMutation : headerMutation ,
11121112 BodyMutation : bodyMutation ,
11131113 }
1114-
1114+
11151115 // Check if route cache should be cleared
11161116 if r .shouldClearRouteCache () {
11171117 commonResponse .ClearRouteCache = true
You can’t perform that action at this time.
0 commit comments