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