Commit 9fea78d1 by Calcium-Ion Committed by GitHub

Merge pull request #3012 from seefs001/feature/minimax_reasoning_split

feat: minimax reasoning_split
parents c4973e7f e8d9997d
......@@ -103,6 +103,8 @@ type GeneralOpenAIRequest struct {
ReturnImages bool `json:"return_images,omitempty"`
ReturnRelatedQuestions bool `json:"return_related_questions,omitempty"`
SearchMode string `json:"search_mode,omitempty"`
// Minimax
ReasoningSplit json.RawMessage `json:"reasoning_split,omitempty"`
}
// createFileSource 根据数据内容创建正确类型的 FileSource
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment