Package ai.ancf.lmos.arc.api
Class Message
-
- All Implemented Interfaces:
@Serializable() public final class Message
-
-
Constructor Summary
Constructors Constructor Description Message(String role, String content, String format, String turnId)
-
Method Summary
Modifier and Type Method Description final StringgetRole()final StringgetContent()final StringgetFormat()final StringgetTurnId()-
-
Method Detail
-
getRole
final String getRole()
-
getContent
final String getContent()
-
getFormat
final String getFormat()
-
getTurnId
final String getTurnId()
-
-
-
-