(params: MessageConstructorParams<SystemMessage>)
| 1215 | * @since 4.0.0 |
| 1216 | */ |
| 1217 | export const systemMessage = (params: MessageConstructorParams<SystemMessage>): SystemMessage => |
| 1218 | makeMessage("system", params) |
| 1219 | |
| 1220 | // ============================================================================= |
| 1221 | // User Message |
nothing calls this directly
no test coverage detected