View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window azure-functions-java-library-openai-0.1.0-preview.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.microsoft.azure.functions.openai.annotation.textcompletion
├─ com.microsoft.azure.functions.openai.annotation.textcompletion.TextCompletion.class - [JAR]
├─ com.microsoft.azure.functions.openai.annotation.textcompletion.TextCompletionResponse.class - [JAR]
com.microsoft.azure.functions.openai.annotation.assistant
├─ com.microsoft.azure.functions.openai.annotation.assistant.AssistantCreate.class - [JAR]
├─ com.microsoft.azure.functions.openai.annotation.assistant.AssistantCreateRequest.class - [JAR]
├─ com.microsoft.azure.functions.openai.annotation.assistant.AssistantPost.class - [JAR]
├─ com.microsoft.azure.functions.openai.annotation.assistant.AssistantPostRequest.class - [JAR]
├─ com.microsoft.azure.functions.openai.annotation.assistant.AssistantQuery.class - [JAR]
├─ com.microsoft.azure.functions.openai.annotation.assistant.AssistantState.class - [JAR]
├─ com.microsoft.azure.functions.openai.annotation.assistant.ChatMessage.class - [JAR]