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