id

@Serializable(with = UuidSerializer::class)
val id: UUID(source)

id 仅用于对于 Agent 会话级的注入,对于 MessageContent 这种用户消息,甚至不会用于去重。

See also