hasToolArgsPreview method
Implementation
bool hasToolArgsPreview(String toolName) =>
ToolArgsDeltaService.hasPreviewForToolName(
toolName: toolName,
toolIdByName: toolArgsPreviewToolIdByName,
previewsById: toolArgsPreviewContentsById,
rawBuffersById: _toolArgsDeltaBuffers,
);