Class TextResponseFormat
- java.lang.Object
-
- com.microsoft.semantickernel.orchestration.responseformat.ResponseFormat
-
- com.microsoft.semantickernel.orchestration.responseformat.TextResponseFormat
-
public class TextResponseFormat extends ResponseFormat
Represents a text response format.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microsoft.semantickernel.orchestration.responseformat.ResponseFormat
ResponseFormat.Type
-
-
Constructor Summary
Constructors Constructor Description TextResponseFormat()Used by Jackson to creates a new instance of theTextResponseFormatclass.
-
-
-
Constructor Detail
-
TextResponseFormat
public TextResponseFormat()
Used by Jackson to creates a new instance of theTextResponseFormatclass.
-
-