This commit is contained in:
weber
2025-08-25 18:35:06 +08:00
parent 77033854f0
commit df75c710e5
20 changed files with 353 additions and 181 deletions

View File

@@ -41,7 +41,7 @@ data class AgentMomentRequestBody(
data class SingleChatRequestBody(
@SerializedName("agentOpenId")
val generateText: String? = null,
val agentOpenId: String? = null,
@SerializedName("agentTrtcId")
val agentTrtcId: String? = null,
)