feat(api): add chat configuration and conversation message list APIs; update types and integrate into index

This commit is contained in:
duanshuwen
2026-04-20 17:35:41 +08:00
parent 25102c2ae4
commit f7f4ffaee9
9 changed files with 216 additions and 9 deletions

View File

@@ -12,3 +12,8 @@ export * from './commodityOrderList';
export * from './userOrderDetail';
export * from './createEvent';
export * from './eventList';
export * from './recentConversation';
export * from './conversationMessageList';
export * from './recommendedQuestionList';
export * from './chatConfig';
export * from './modelConfig';