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 TvisitCodeInterpreterTool(CodeInterpreterTool codeInterpreterTool)abstract TvisitFileSearch(JsonValue fileSearch)Tunknown(JsonValue json)-
-
Method Detail
-
visitCodeInterpreterTool
abstract T visitCodeInterpreterTool(CodeInterpreterTool codeInterpreterTool)
-
visitFileSearch
abstract T visitFileSearch(JsonValue fileSearch)
-
-
-
-