This commit is contained in:
2026-01-30 21:24:17 +08:00
parent 2ff8a7a4af
commit cc82396195
5 changed files with 222 additions and 45 deletions

View File

@@ -81,6 +81,9 @@ NS_ASSUME_NONNULL_BEGIN
keepOffset:(BOOL)keepOffset
scrollToBottom:(BOOL)scrollToBottom;
- (void)prependHistoryMessages:(NSArray<KBAiChatMessage *> *)messages
openingMessage:(nullable KBAiChatMessage *)openingMessage;
@end
NS_ASSUME_NONNULL_END