SystemMessage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A message authored by the system to guide model behavior.
public class SystemMessage : Azure.AI.Projects.Message, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.SystemMessage>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.SystemMessage>
type SystemMessage = class
inherit Message
interface IJsonModel<SystemMessage>
interface IPersistableModel<SystemMessage>
Public Class SystemMessage
Inherits Message
Implements IJsonModel(Of SystemMessage), IPersistableModel(Of SystemMessage)
- Inheritance
- Implements
Constructors
SystemMessage(String) |
Initializes a new instance of SystemMessage. |
Properties
Content |
Plain text instructions provided by the system to steer model behavior. |