BlazorChatMessage Constructors
Defines an individual chat message.| Name | Parameters | Description |
|---|---|---|
| BlazorChatMessage(ChatRole, String, List<AIChatUploadFileInfo>) | role, text, files | Initializes a new instance of the BlazorChatMessage class with specified settings. |
See Also