Package com.openai.models
Interface Annotation.Visitor
-
- All Implemented Interfaces:
public interface Annotation.Visitor<T extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract TvisitFileCitationAnnotation(FileCitationAnnotation fileCitationAnnotation)abstract TvisitFilePathAnnotation(FilePathAnnotation filePathAnnotation)Tunknown(JsonValue json)-
-
Method Detail
-
visitFileCitationAnnotation
abstract T visitFileCitationAnnotation(FileCitationAnnotation fileCitationAnnotation)
-
visitFilePathAnnotation
abstract T visitFilePathAnnotation(FilePathAnnotation filePathAnnotation)
-
-
-
-