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