Skip to content

Commit 59d1a2a

Browse files
authored
fix lint
1 parent 1295a6a commit 59d1a2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/semantic-router/pkg/extproc/request_handler.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)