|
@@ -1938,6 +1938,8 @@ type CompCtlReq struct {
|
|
|
type FastGptSpecReq struct {
|
|
|
//ChatId
|
|
|
ChatId string `json:"chat_id,optional"`
|
|
|
+ //FastgptChatId
|
|
|
+ FastgptChatId string `json:"chatId,optional"`
|
|
|
//ResponseChatItemId
|
|
|
ResponseChatItemId string `json:"response_chat_item_id,optional"`
|
|
|
//Detail 详情开关
|
|
@@ -1984,8 +1986,8 @@ type StdCompApiResp struct {
|
|
|
|
|
|
// swagger:model FastgptSpecResp
|
|
|
type FastgptSpecResp struct {
|
|
|
- ResponseData []map[string]string `json:"responseData,omitempty"`
|
|
|
- NewVariables map[string]string `json:"newVariables,omitempty"`
|
|
|
+ ResponseData []map[string]any `json:"responseData,omitempty"`
|
|
|
+ NewVariables map[string]any `json:"newVariables,omitempty"`
|
|
|
}
|
|
|
|
|
|
type ChatCompletionAudio struct {
|