Rough-in support for deepseeek-style separate reasoning output
This commit is contained in:
@@ -443,5 +443,5 @@ func convertResponseToMessage(resp ChatCompletionResponse) (*api.Message, error)
|
||||
return api.NewMessageWithToolCalls(content.String(), toolCalls), nil
|
||||
}
|
||||
|
||||
return api.NewMessageWithAssistant(content.String()), nil
|
||||
return api.NewMessageWithAssistant(content.String(), ""), nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user