Rough-in support for deepseeek-style separate reasoning output
This commit is contained in:
@@ -7,8 +7,9 @@ import (
|
||||
)
|
||||
|
||||
type Chunk struct {
|
||||
Content string
|
||||
TokenCount uint
|
||||
Content string
|
||||
ReasoningContent string
|
||||
TokenCount uint
|
||||
}
|
||||
|
||||
type RequestParameters struct {
|
||||
|
||||
Reference in New Issue
Block a user