Package ai.vectros.types
Interface ChatMessage.RoleStage
- All Known Implementing Classes:
ChatMessage.Builder
- Enclosing class:
ChatMessage
public static interface ChatMessage.RoleStage
-
Method Summary
Modifier and TypeMethodDescriptionfrom(ChatMessage other) role(@NotNull ChatMessageRole role) The role of this message.
-
Method Details
-
role
The role of this message.
systemis extracted and used as the system prompt;userandassistantare sent as conversation turns. -
from
-