jar

com.microsoft.azure.functions : azure-functions-java-library-openai

Maven & Gradle

Apr 10, 2024
47 stars

Microsoft Azure Functions Java Libary for OpenAI · This package contains all Java interfaces and annotations to interact with Microsoft Azure functions java runtime.

Table Of Contents

Latest Version

Download com.microsoft.azure.functions : azure-functions-java-library-openai JAR file - Latest Versions:

All Versions

Download com.microsoft.azure.functions : azure-functions-java-library-openai JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]