File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ type CompletionRequest interface {
5353 GetToolChoice () string
5454 // GetMaxCompletionTokens returns the maximum completion tokens requested
5555 GetMaxCompletionTokens () * int64
56- // IsDoRemoteDecode() returns true if do_remote_decode field is true in the request, this means that this is prefill request
56+ // IsDoRemoteDecode() returns true if do_remote_decode field is true in the request, this means that this is decode request
5757 IsDoRemoteDecode () bool
58- // IsDoRemotePrefill() returns true if do_remote_prefill field is true in the request, this means that this is decode request
58+ // IsDoRemotePrefill() returns true if do_remote_prefill field is true in the request, this means that this is prefill request
5959 IsDoRemotePrefill () bool
6060}
6161
You can’t perform that action at this time.
0 commit comments