Class TextResponseFormatConfiguration  
  
  
    - Namespace
- OpenAI
- Assembly
- OpenAI-DotNet.dll
 
  
  
  
    public sealed class TextResponseFormatConfiguration
   
  
    - Inheritance
- 
      
      TextResponseFormatConfiguration 
    - Inherited Members
- 
    
    
    
    
    
    
  
Constructors
  
  
  TextResponseFormatConfiguration(ChatResponseFormat)
  
  
  
  
  
    [Obsolete("Use new overload with TextResponseFormat instead")]
public TextResponseFormatConfiguration(ChatResponseFormat type)
   
  Parameters
  
    - typeChatResponseFormat
  TextResponseFormatConfiguration(JsonSchema)
  
  
  
  
  
    public TextResponseFormatConfiguration(JsonSchema schema)
   
  Parameters
  
    - schemaJsonSchema
  TextResponseFormatConfiguration(TextResponseFormat)
  
  
  
  
  
    public TextResponseFormatConfiguration(TextResponseFormat type)
   
  Parameters
  
    - typeTextResponseFormat
Properties
  
  
  JsonSchema
  
  
  
  
  
    public JsonSchema JsonSchema { get; }
   
  Property Value
  
    - JsonSchema
  Type
  
  
  
  
  
    public TextResponseFormat Type { get; }
   
  Property Value
  
    - TextResponseFormat
Operators
  
  
  implicit operator TextResponseFormatConfiguration(ChatResponseFormat)
  
  
  
  
  
    [Obsolete("Use new overload with TextResponseFormat instead")]
public static implicit operator TextResponseFormatConfiguration(ChatResponseFormat type)
   
  Parameters
  
    - typeChatResponseFormat
Returns
  
    - TextResponseFormatConfiguration
  implicit operator TextResponseFormatConfiguration(TextResponseFormat)
  
  
  
  
  
    public static implicit operator TextResponseFormatConfiguration(TextResponseFormat type)
   
  Parameters
  
    - typeTextResponseFormat
Returns
  
    - TextResponseFormatConfiguration
  implicit operator ChatResponseFormat(TextResponseFormatConfiguration)
  
  
  
  
  
    [Obsolete("Use new overload with TextResponseFormat instead")]
public static implicit operator ChatResponseFormat(TextResponseFormatConfiguration format)
   
  Parameters
  
    - formatTextResponseFormatConfiguration
Returns
  
    - ChatResponseFormat
  implicit operator TextResponseFormat(TextResponseFormatConfiguration)
  
  
  
  
  
    public static implicit operator TextResponseFormat(TextResponseFormatConfiguration format)
   
  Parameters
  
    - formatTextResponseFormatConfiguration
Returns
  
    - TextResponseFormat