Class StaticValues.ChatMessageRoles
- Namespace
- OpenAI.ObjectModels
- Assembly
- AntRunnerLib.dll
public static class ChatMessageRoles
- Inheritance
-
System.Object
StaticValues.ChatMessageRoles
- Inherited Members
-
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Properties
Assistant
public static string Assistant { get; }
Property Value
- System.String
Function
public static string Function { get; }
Property Value
- System.String
System
public static string System { get; }
Property Value
- System.String
public static string Tool { get; }
Property Value
- System.String
User
public static string User { get; }
Property Value
- System.String