Interface ToolChatMessage.Builder
- Enclosing class:
ToolChatMessage
public static interface ToolChatMessage.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionrole(ToolChatMessage.RoleEnum role) Set the role of thisToolChatMessageinstance.
-
Method Details
-
role
Set the role of thisToolChatMessageinstance.- Parameters:
role- The role of thisToolChatMessage- Returns:
- The ToolChatMessage builder.
-