Interface ToolChatMessage.Builder2
- Enclosing class:
ToolChatMessage
public static interface ToolChatMessage.Builder2
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptioncontent(ChatMessageContent content) Set the content of thisToolChatMessageinstance.
-
Method Details
-
content
Set the content of thisToolChatMessageinstance.- Parameters:
content- The content of thisToolChatMessage- Returns:
- The ToolChatMessage instance.
-