ChatResponseFormatText Klasse

Definition

Stellt ein Antwortformat ohne Einschränkungen um das Format dar.

public ref class ChatResponseFormatText sealed : Microsoft::Extensions::AI::ChatResponseFormat
public sealed class ChatResponseFormatText : Microsoft.Extensions.AI.ChatResponseFormat
type ChatResponseFormatText = class
    inherit ChatResponseFormat
Public NotInheritable Class ChatResponseFormatText
Inherits ChatResponseFormat
Vererbung
ChatResponseFormatText

Hinweise

Dient Text zum Abrufen einer Instanz von ChatResponseFormatText.

Konstruktoren

Name Beschreibung
ChatResponseFormatText()

Initialisiert eine neue Instanz der ChatResponseFormatText-Klasse.

Methoden

Name Beschreibung
Equals(Object)

Bestimmt, ob das angegebene Objekt dem aktuellen Objekt entspricht.

GetHashCode()

Dient als Standardhashfunktion.

Erweiterungsmethoden

Name Beschreibung
AsOpenAIChatResponseFormat(ChatResponseFormat, ChatOptions)

Erstellt ein OpenAI ChatResponseFormat aus einem ChatResponseFormat.

AsOpenAIResponseTextFormat(ChatResponseFormat, ChatOptions)

Erstellt ein OpenAI ResponseTextFormat aus einem ChatResponseFormat.

Gilt für: