feat(characters): support character-scoped conversations
This commit is contained in:
@@ -98,4 +98,7 @@ export class ApiPath {
|
||||
|
||||
// ============ 用户反馈相关 ============
|
||||
static readonly feedback = apiContract.feedback.path;
|
||||
|
||||
// ============ 角色相关 ============
|
||||
static readonly characters = apiContract.characters.path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user