Interface MessageToolCall.Builder1
- Enclosing class:
MessageToolCall
public static interface MessageToolCall.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiontype(MessageToolCall.TypeEnum type) Set the type of thisMessageToolCallinstance.
-
Method Details
-
type
Set the type of thisMessageToolCallinstance.- Parameters:
type- The type of the tool. Currently, only `function` is supported.- Returns:
- The MessageToolCall builder.
-