Skip to content

Commit 9f64df9

Browse files
committed
rebase
1 parent 6e14901 commit 9f64df9

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

libs/api/hiagent_api/chat.py

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474
GetConversationMessageResponse,
7575
GetMessageInfoRequest,
7676
GetMessageInfoResponse,
77+
GetOpeningConfigOpenRequest,
78+
GetOpeningConfigOpenResponse,
7779
GetSuggestedQuestionsRequest,
7880
GetSuggestedQuestionsResponse,
7981
InterruptedChatEvent,
@@ -98,6 +100,8 @@
98100
MessageStartChatEvent,
99101
MessageWorkflowEvent,
100102
QARetrieveChatEvent,
103+
QueryAppMessageOauthStatusOpenRequest,
104+
QueryAppMessageOauthStatusResponse,
101105
QueryAppSkillAsyncTaskRequest,
102106
QueryAppSkillAsyncTaskResponse,
103107
QueryRunAppProcessRequest,
@@ -132,23 +136,6 @@
132136
UpdateConversationRequest,
133137
UpdateLongMemoryRequest,
134138
WorkflowEvent,
135-
ChatAgainRequest, GetConversationListRequest, GetConversationListResponse, GetConversationInputsRequest,
136-
GetConversationInputsResponse, UpdateConversationRequest, EmptyResponse, DeleteConversationRequest,
137-
StopMessageRequest, ClearMessageRequest, GetConversationMessageRequest, GetConversationMessageResponse,
138-
GetMessageInfoRequest, GetMessageInfoResponse, DeleteMessageRequest, FeedbackRequest, SetMessageAnswerUsedRequest,
139-
GetSuggestedQuestionsRequest, GetSuggestedQuestionsResponse, RunAppWorkflowRequest, RunAppWorkflowResponse,
140-
SyncRunAppWorkflowRequest, SyncRunAppWorkflowResponse, QueryRunAppProcessRequest, QueryRunAppProcessResponse,
141-
ListOauth2TokenRequest, ListOauth2TokenResponse, EventTriggerWebhookResponse, ChatContinueRequest,
142-
ListLongMemoryRequest, ListLongMemoryResponse, UpdateLongMemoryRequest, DeleteLongMemoryRequest,
143-
ClearLongMemoryRequest, AsyncResumeAppWorkflowRequest, AsyncResumeAppWorkflowResponse, SetConversationTopRequest,
144-
CancelConversationTopRequest, QueryAppSkillAsyncTaskRequest, QueryAppSkillAsyncTaskResponse,
145-
SyncResumeAppWorkflowRequest, SyncResumeAppWorkflowResponse, WorkflowEvent, StreamingWorkflowEventType,
146-
FlowStartWorkflowEvent, FlowEndWorkflowEvent, FlowErrorWorkflowEvent, ToolMessageOutputEndWorkflowEvent,
147-
ToolMessageOutputStartWorkflowEvent, ToolMessageWorkflowEvent, FlowCostWorkflowEvent, FlowInterruptedWorkflowEvent,
148-
MessageOutputStartWorkflowEvent, MessageOutputEndWorkflowEvent, MessageWorkflowEvent, GetAppUserVariablesRequest,
149-
GetAppUserVariablesResponse, SetAppUserVariablesRequest, QueryTriggerRunRecordsRequest,
150-
QueryTriggerRunRecordsResponse, GetOpeningConfigOpenRequest, GetOpeningConfigOpenResponse,
151-
QueryAppMessageOauthStatusOpenRequest, QueryAppMessageOauthStatusResponse
152139
)
153140

154141

0 commit comments

Comments
 (0)