Interface ChatCompletionTool.Builder
- Enclosing class:
ChatCompletionTool
public static interface ChatCompletionTool.Builder
Builder helper class.
-
Method Summary
-
Method Details
-
type
Set the type of thisChatCompletionToolinstance.- Parameters:
type- The type of the tool. Currently, only `function` is supported.- Returns:
- The ChatCompletionTool builder.
-