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 T
visitCodeInterpreter(CodeInterpreterTool codeInterpreter)
abstract T
visitFileSearch(FileSearchTool fileSearch)
abstract T
visitFunction(FunctionTool function)
T
unknown(JsonValue json)
-
-
Method Detail
-
visitCodeInterpreter
abstract T visitCodeInterpreter(CodeInterpreterTool codeInterpreter)
-
visitFileSearch
abstract T visitFileSearch(FileSearchTool fileSearch)
-
visitFunction
abstract T visitFunction(FunctionTool function)
-
-
-
-