All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.semantickernel.orchestration.ResponseFormat Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
// Copyright (c) Microsoft. All rights reserved.
package com.microsoft.semantickernel.orchestration;

public enum ResponseFormat {

    /**
     * Only valid for openai chat completion, with GPT-4 and gpt-3.5-turbo-1106+ models.
     */
    JSON_OBJECT, TEXT;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy