Package com.openai.models
Interface BetaThreadRunCreateParams.AdditionalMessage.Attachment.Tool.Visitor
-
- All Implemented Interfaces:
public interface BetaThreadRunCreateParams.AdditionalMessage.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)
-
-
-
-