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 TvisitCodeInterpreterToolCallDelta(CodeInterpreterToolCallDelta codeInterpreterToolCallDelta)Details of the Code Interpreter tool call the run step was involved in. abstract TvisitFileSearchToolCallDelta(FileSearchToolCallDelta fileSearchToolCallDelta)abstract TvisitFunctionToolCallDelta(FunctionToolCallDelta functionToolCallDelta)Tunknown(JsonValue json)-
-
Method Detail
-
visitCodeInterpreterToolCallDelta
abstract T visitCodeInterpreterToolCallDelta(CodeInterpreterToolCallDelta codeInterpreterToolCallDelta)
Details of the Code Interpreter tool call the run step was involved in.
-
visitFileSearchToolCallDelta
abstract T visitFileSearchToolCallDelta(FileSearchToolCallDelta fileSearchToolCallDelta)
-
visitFunctionToolCallDelta
abstract T visitFunctionToolCallDelta(FunctionToolCallDelta functionToolCallDelta)
-
-
-
-