(params: MessageConstructorParams<SystemMessage>)
| 908 | * @category Constructors |
| 909 | */ |
| 910 | export const systemMessage = (params: MessageConstructorParams<SystemMessage>): SystemMessage => |
| 911 | makeMessage("system", params) |
| 912 | |
| 913 | // ============================================================================= |
| 914 | // User Message |
nothing calls this directly
no test coverage detected
searching dependent graphs…