(params: MessageConstructorParams<ToolMessage>)
| 1238 | * @category Constructors |
| 1239 | */ |
| 1240 | export const toolMessage = (params: MessageConstructorParams<ToolMessage>): ToolMessage => makeMessage("tool", params) |
| 1241 | |
| 1242 | // ============================================================================= |
| 1243 | // Message |
nothing calls this directly
no test coverage detected
searching dependent graphs…