Skip to content

Commit 26d53d3

Browse files
Update pkg/epp/requestcontrol/plugins.go
Co-authored-by: Nir Rozenbaum <[email protected]>
1 parent f53bf64 commit 26d53d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/epp/requestcontrol/plugins.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type PreRequest interface {
3838
PreRequest(ctx context.Context, request *types.LLMRequest, schedulingResult *types.SchedulingResult, targetPort int)
3939
}
4040

41-
// ResponseReceived is called by the director after a successful response is sent.
41+
// ResponseReceived is called by the director after the response headers are successfully received which indicates the beginning of the response handling by the model server.
4242
// The given pod argument is the pod that served the request.
4343
type ResponseReceived interface {
4444
plugins.Plugin

0 commit comments

Comments
 (0)