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