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