feat: add gemini tool_calls finish reason

This commit is contained in:
CalciumIon
2024-12-06 14:31:27 +08:00
parent 6cc34fba5c
commit 246c3fa451
8 changed files with 21 additions and 15 deletions
-2
View File
@@ -10,8 +10,6 @@ import (
"strings"
)
var StopFinishReason = "stop"
func GetFullRequestURL(baseURL string, requestURL string, channelType int) string {
fullRequestURL := fmt.Sprintf("%s%s", baseURL, requestURL)