We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e7aa9 commit 61e31c0Copy full SHA for 61e31c0
pkg/epp/scheduling/types/types.go
@@ -37,7 +37,7 @@ type LLMRequest struct {
37
38
func (r *LLMRequest) String() string {
39
return fmt.Sprintf("RequestID: %s, TargetModel: %s, RequestData: %s, Headers: %v",
40
- r.RequestId, r.TargetModel, r.Data.String(), r.Headers)
+ r.RequestId, r.TargetModel, r.Data, r.Headers)
41
}
42
43
// LLMRequestData contains the request-body fields that we parse out as user input,
0 commit comments