Enum "AOAI Chat Roles"
ID 7772
Namespace: System.AI
The chat roles that are available for Chat Completion.
Properties
Name | Value |
---|---|
Access | Public |
Extensible | False |
Values
Name | Description |
---|---|
User |
User chat role messages are the messages that the user sends to the model. |
System |
System chat role messages provides the initial instructions to the model. |
Assistant |
Assistant chat role messages are the messages that the model sends to the user. |
Tool |
Tool chat role messages provides the results of tool calling to the model. |