Interface MessageToolCall.Builder2
- Enclosing class:
MessageToolCall
public static interface MessageToolCall.Builder2
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionfunction(MessageToolCallFunction function) Set the function of thisMessageToolCallinstance.
-
Method Details
-
function
Set the function of thisMessageToolCallinstance.- Parameters:
function- The function of thisMessageToolCall- Returns:
- The MessageToolCall instance.
-