fix: fix SparkDesk Function Call (修复 Spark Pro/Max函数调用只会返回普通对话回答而不是Function Call回答的问题

This commit is contained in:
Jalon
2024-06-20 15:17:41 +08:00
parent 279caf82dc
commit c9517e2fdd
2 changed files with 6 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ type Message struct {
}
type Functions struct {
Text []model.Tool `json:"text,omitempty"`
Text []model.Function `json:"text,omitempty"`
}
type ChatRequest struct {