Package com.openai.models
Interface Message.Attachment.Tool.Visitor
-
- All Implemented Interfaces:
public interface Message.Attachment.Tool.Visitor<T extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract TvisitCodeInterpreterTool(CodeInterpreterTool codeInterpreterTool)abstract TvisitAssistantToolsFileSearchTypeOnly(JsonValue assistantToolsFileSearchTypeOnly)Tunknown(JsonValue json)-
-
Method Detail
-
visitCodeInterpreterTool
abstract T visitCodeInterpreterTool(CodeInterpreterTool codeInterpreterTool)
-
visitAssistantToolsFileSearchTypeOnly
abstract T visitAssistantToolsFileSearchTypeOnly(JsonValue assistantToolsFileSearchTypeOnly)
-
-
-
-