智能体会话开发

This commit is contained in:
weber
2025-08-07 19:03:05 +08:00
parent 38759eb3e4
commit f6a796e2bc
17 changed files with 1084 additions and 45 deletions

View File

@@ -61,6 +61,8 @@ data class AccountProfileEntity(
val banner: String?,
// trtcUserId
val trtcUserId: String,
val aiAccount: Boolean,
val rawAvatar: String
)

View File

@@ -59,7 +59,7 @@ data class AgentEntity(
//val profile: ProfileEntity,
val title: String,
val updatedAt: String,
val useCount: Int
val useCount: Int,
)
data class ProfileEntity(