Skip to content

Commit 61e31c0

Browse files
vMaroonliu-cong
andauthored
Apply suggestion from @liu-cong
Co-authored-by: Cong Liu <[email protected]>
1 parent 22e7aa9 commit 61e31c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/epp/scheduling/types/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type LLMRequest struct {
3737

3838
func (r *LLMRequest) String() string {
3939
return fmt.Sprintf("RequestID: %s, TargetModel: %s, RequestData: %s, Headers: %v",
40-
r.RequestId, r.TargetModel, r.Data.String(), r.Headers)
40+
r.RequestId, r.TargetModel, r.Data, r.Headers)
4141
}
4242

4343
// LLMRequestData contains the request-body fields that we parse out as user input,

0 commit comments

Comments
 (0)