|
@@ -2426,6 +2426,7 @@ type GptMessageReq struct {
|
|
|
ConversationId *string `json:"conversationId,optional"`
|
|
|
FirstId *string `json:"firstId,optional"`
|
|
|
Limit *int `json:"limit"`
|
|
|
+ AgentId *uint64 `json:"agentId"`
|
|
|
}
|
|
|
|
|
|
// swagger:model GptMessageResp
|
|
@@ -2450,8 +2451,9 @@ type Message struct {
|
|
|
|
|
|
// swagger:model GptsSessionReq
|
|
|
type GptsSessionReq struct {
|
|
|
- Limit *int `json:"limit"`
|
|
|
- LastId *string `json:"lastId,optional"`
|
|
|
+ Limit *int `json:"limit"`
|
|
|
+ LastId *string `json:"lastId,optional"`
|
|
|
+ AgentId *uint64 `json:"agentId"`
|
|
|
}
|
|
|
|
|
|
// swagger:model GptsSessionResp
|