Package com.openai.models
Interface ToolCallDelta.Visitor
-
- All Implemented Interfaces:
public interface ToolCallDelta.Visitor<T extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract T
visitCodeInterpreter(CodeInterpreterToolCallDelta codeInterpreter)
Details of the Code Interpreter tool call the run step was involved in. abstract T
visitFileSearch(FileSearchToolCallDelta fileSearch)
abstract T
visitFunction(FunctionToolCallDelta function)
T
unknown(JsonValue json)
-
-
Method Detail
-
visitCodeInterpreter
abstract T visitCodeInterpreter(CodeInterpreterToolCallDelta codeInterpreter)
Details of the Code Interpreter tool call the run step was involved in.
-
visitFileSearch
abstract T visitFileSearch(FileSearchToolCallDelta fileSearch)
-
visitFunction
abstract T visitFunction(FunctionToolCallDelta function)
-
-
-
-