(params: MessageConstructorParams<ToolMessage>)
| 1739 | * @since 4.0.0 |
| 1740 | */ |
| 1741 | export const toolMessage = (params: MessageConstructorParams<ToolMessage>): ToolMessage => makeMessage("tool", params) |
| 1742 | |
| 1743 | // ============================================================================= |
| 1744 | // Message |
nothing calls this directly
no test coverage detected