Просмотр исходного кода

chat/completion透传parallel_tool_calls参数

wang.rong 7 месяцев назад
Родитель
Сommit
76824a0337
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      dto/openai_request.go

+ 1 - 0
dto/openai_request.go

@@ -43,6 +43,7 @@ type GeneralOpenAIRequest struct {
 	ResponseFormat   *ResponseFormat   `json:"response_format,omitempty"`
 	EncodingFormat   any               `json:"encoding_format,omitempty"`
 	Seed             float64           `json:"seed,omitempty"`
+	ParallelTooCalls *bool             `json:"parallel_tool_calls,omitempty"`
 	Tools            []ToolCallRequest `json:"tools,omitempty"`
 	ToolChoice       any               `json:"tool_choice,omitempty"`
 	User             string            `json:"user,omitempty"`