Skip to content

Commit de330e6

Browse files
committed
Prediction
1 parent 789544d commit de330e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chat.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ type ChatCompletionRequest struct {
280280
// Such as think mode for qwen3. "chat_template_kwargs": {"enable_thinking": false}
281281
// https://qwen.readthedocs.io/en/latest/deployment/vllm.html#thinking-non-thinking-modes
282282
ChatTemplateKwargs map[string]any `json:"chat_template_kwargs,omitempty"`
283+
// The prediction to use for the completion.
283284
}
284285

285286
type StreamOptions struct {

0 commit comments

Comments
 (0)