添加个人主页
This commit is contained in:
@@ -164,6 +164,14 @@ typedef void (^AiVMSpeechTranscribeCompletion)(KBAiSpeechTranscribeResponse *_Nu
|
||||
- (void)resetChatSessionWithCompanionId:(NSInteger)companionId
|
||||
completion:(void(^)(KBChatSessionResetResponse * _Nullable response, NSError * _Nullable error))completion;
|
||||
|
||||
#pragma mark - AI 角色详情接口
|
||||
|
||||
/// 根据 ID 获取 AI 角色详情
|
||||
/// @param companionId AI 角色 ID
|
||||
/// @param completion 完成回调(返回角色详情)
|
||||
- (void)fetchCompanionDetailWithCompanionId:(NSInteger)companionId
|
||||
completion:(void(^)(KBAICompanionDetailModel * _Nullable detail, NSError * _Nullable error))completion;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user