Package com.openai.models
Interface BetaThreadCreateAndRunParams.Tool.Visitor
-
- All Implemented Interfaces:
public interface BetaThreadCreateAndRunParams.Tool.Visitor<T extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract TvisitCodeInterpreter(CodeInterpreterTool codeInterpreter)abstract TvisitFileSearch(FileSearchTool fileSearch)abstract TvisitFunction(FunctionTool function)Tunknown(JsonValue json)-
-
Method Detail
-
visitCodeInterpreter
abstract T visitCodeInterpreter(CodeInterpreterTool codeInterpreter)
-
visitFileSearch
abstract T visitFileSearch(FileSearchTool fileSearch)
-
visitFunction
abstract T visitFunction(FunctionTool function)
-
-
-
-