ChatMessageRole represents the role of a chat message sender.
| 185 | |
| 186 | // ChatMessageRole represents the role of a chat message sender. |
| 187 | type ChatMessageRole string |
| 188 | |
| 189 | // ChatMessageRole enums. |
| 190 | const ( |
no outgoing calls
no test coverage detected