Interface ChatCompletionTool.Builder1
- Enclosing class:
ChatCompletionTool
public static interface ChatCompletionTool.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionfunction(FunctionObject function) Set the function of thisChatCompletionToolinstance.
-
Method Details
-
function
Set the function of thisChatCompletionToolinstance.- Parameters:
function- The function of thisChatCompletionTool- Returns:
- The ChatCompletionTool instance.
-