Class ChatGptModelConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: DotnetPrompt.LLM.OpenAI
Assembly: DotnetPrompt.LLM.OpenAI.dll
Syntax
public record ChatGptModelConfiguration : OpenAIModelConfiguration, IEquatable<OpenAIModelConfiguration>, IEquatable<ChatGptModelConfiguration>
Fields
| Improve this Doc View SourceDefault
Declaration
public static ChatGptModelConfiguration Default
Field Value
Type | Description |
---|---|
ChatGptModelConfiguration |
Properties
| Improve this Doc View SourceMessages
Declaration
[JsonPropertyName("messages")]
public IList<ChatMessage> Messages { get; set; }
Property Value
Type | Description |
---|---|
IList<ChatMessage> |
Implements
System.IEquatable<T>
System.IEquatable<T>